Skip to content

Commit

Permalink
Update loader.php
Browse files Browse the repository at this point in the history
change db credential username from Root to ADMIN
  • Loading branch information
saltrupiao authored Mar 19, 2022
1 parent 2cf6376 commit 195456e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
$GLOBALS['db_conf']['db_host'] = "35.196.103.19";
$GLOBALS['db_conf']['port'] = "3306";
$GLOBALS['db_conf']['db_db'] = "mydb";
$GLOBALS['db_conf']['db_user'] = "root";
$GLOBALS['db_conf']['db_user'] = "admin";
$GLOBALS['db_conf']['db_pass'] = "oakland";
$GLOBALS['db_conf']['db_charset'] = "utf8";
echo $GLOBALS['url_loc'][1];
Expand Down

0 comments on commit 195456e

Please sign in to comment.