diff options
author | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-09 00:43:43 +0100 |
---|---|---|
committer | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-09 00:44:09 +0100 |
commit | 3a58cb2802c8be14f78015105afe759b1c7ce692 (patch) | |
tree | 40781feb2f25ae378bb5362e4295b7006f28054c /html/includes/config.php | |
parent | d0102c6fd4b188b0a1c5ffd3bf9a834a64a5c709 (diff) |
Implement design for pages and update includes
Diffstat (limited to 'html/includes/config.php')
-rwxr-xr-x | html/includes/config.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/html/includes/config.php b/html/includes/config.php index 55b9ffe..77d42fa 100755 --- a/html/includes/config.php +++ b/html/includes/config.php @@ -1,9 +1,9 @@ <?php
// Database connection details
-$dbname = "utstats";
-$hostname = "localhost";
-$uname = "root";
+$dbname = "";
+$hostname = "";
+$uname = "";
$upass = "";
// The key needed to run the import script
|