X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=testing%2FMCTXWeb%2Fpublic_html%2Fusers%2Fmodels%2Fdb-settings.php;h=6d16d1788dcf324d2c43341253cba366affd41ab;hb=b131bb6cde598e31ea10cc72b432dc56374536a1;hp=6027314974e92aec94504934f0d92c8771dd9861;hpb=bd5fabfeabdd16cf38642c8cfb2232aab495de31;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/users/models/db-settings.php b/testing/MCTXWeb/public_html/users/models/db-settings.php index 6027314..6d16d17 100644 --- a/testing/MCTXWeb/public_html/users/models/db-settings.php +++ b/testing/MCTXWeb/public_html/users/models/db-settings.php @@ -8,9 +8,11 @@ http://usercake.com $db_host = "localhost"; //Host address (most likely localhost) $db_name = "users"; //Name of Database $db_user = "root"; //Name of database user -$db_pass = "NOT_THE_PASSWORD"; //Password for database user +$db_pass = trim(file_get_contents("mysql_password"));// TODO: Create that file or replace this line. $db_table_prefix = "uc_"; + + GLOBAL $errors; GLOBAL $successes;