X-Git-Url: https://git.ucc.asn.au/?p=matches%2FMCTX3420.git;a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fusers%2Fmodels%2Fdb-settings.php;h=558efea10bb4306f8521d2c53c7936be70d1b956;hp=6d16d1788dcf324d2c43341253cba366affd41ab;hb=d6fa0e89b8235dc5a56fc92c92dc05a0ffe5a874;hpb=7547dad3aee722136894566bb6802fe6491cbfbe diff --git a/testing/MCTXWeb/public_html/users/models/db-settings.php b/testing/MCTXWeb/public_html/users/models/db-settings.php index 6d16d17..558efea 100644 --- a/testing/MCTXWeb/public_html/users/models/db-settings.php +++ b/testing/MCTXWeb/public_html/users/models/db-settings.php @@ -7,8 +7,8 @@ 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 = trim(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_";