diff options
author | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-08 16:30:56 +0100 |
---|---|---|
committer | Matthijs Kuiper <info@matthijskuiper.nl> | 2018-01-09 00:44:09 +0100 |
commit | d0102c6fd4b188b0a1c5ffd3bf9a834a64a5c709 (patch) | |
tree | eb8a66085ca7cd2b994497c1d14a6dded7dbf59f /html/includes/config.php | |
parent | 790d93b495ecc375ea0518a5f43f2944daa9720b (diff) |
Match info
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 77d42fa..55b9ffe 100755 --- a/html/includes/config.php +++ b/html/includes/config.php @@ -1,9 +1,9 @@ <?php
// Database connection details
-$dbname = "";
-$hostname = "";
-$uname = "";
+$dbname = "utstats";
+$hostname = "localhost";
+$uname = "root";
$upass = "";
// The key needed to run the import script
|