Modify FastCGI server to use MySQL for auth
[matches/MCTX3420.git] / testing / MCTXWeb / public_html / users / models / db-settings.php
index 6027314..0df3b94 100644 (file)
@@ -8,7 +8,7 @@ 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 = "NOT_THE_PASSWORD"; //Password for database user\r
+$db_pass = file_get_contents("mysql_password"); // TODO: Create that file or replace this line.\r
 $db_table_prefix = "uc_";\r
 \r
 GLOBAL $errors;\r

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