X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fusers%2Fmodels%2Fdb-settings.php;h=558efea10bb4306f8521d2c53c7936be70d1b956;hb=7deca6b4e089e76e279ae84c0aa25728d91e8fd9;hp=0df3b94c8d6dd14b1cf387d114e55a56d9c3a836;hpb=dd239d26439d97188aa6cad06573a6584dc250a6;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 0df3b94..558efea 100644 --- a/testing/MCTXWeb/public_html/users/models/db-settings.php +++ b/testing/MCTXWeb/public_html/users/models/db-settings.php @@ -7,10 +7,12 @@ http://usercake.com //Database Information $db_host = "localhost"; //Host address (most likely localhost) $db_name = "users"; //Name of Database -$db_user = "root"; //Name of database user -$db_pass = file_get_contents("mysql_password"); // TODO: Create that file or replace this line. +$db_user = "usercake"; //Name of database user +$db_pass = trim(file_get_contents('mysql_password', FILE_USE_INCLUDE_PATH)); $db_table_prefix = "uc_"; + + GLOBAL $errors; GLOBAL $successes;