Make usercake work on marbles
[matches/MCTX3420.git] / testing / MCTXWeb / public_html / users / models / db-settings.php
index 6d16d17..558efea 100644 (file)
@@ -7,8 +7,8 @@ http://usercake.com
 //Database Information\r
 $db_host = "localhost"; //Host address (most likely localhost)\r
 $db_name = "users"; //Name of Database\r
-$db_user = "root"; //Name of database user\r
-$db_pass = trim(file_get_contents("mysql_password"));// TODO: Create that file or replace this line.\r
+$db_user = "usercake"; //Name of database user\r
+$db_pass = trim(file_get_contents('mysql_password', FILE_USE_INCLUDE_PATH));\r
 $db_table_prefix = "uc_";\r
 \r
 \r

UCC git Repository :: git.ucc.asn.au