Begin modifying UserCake
[matches/MCTX3420.git] / testing / MCTXWeb / public_html / users / models / db-settings.php
index 0df3b94..6d16d17 100644 (file)
@@ -8,9 +8,11 @@ http://usercake.com
 $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 = file_get_contents("mysql_password"); // TODO: Create that file or replace this line.\r
+$db_pass = trim(file_get_contents("mysql_password"));// TODO: Create that file or replace this line.\r
 $db_table_prefix = "uc_";\r
 \r
+\r
+\r
 GLOBAL $errors;\r
 GLOBAL $successes;\r
 \r

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