Skip to content

Commit f692b03

Browse files
committed
Update db-settings.php
1 parent 13aa091 commit f692b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

models/db-settings.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
$db_host = "localhost"; //Host address (most likely localhost)
3434
$db_name = "userfrosting"; //Name of Database
3535
$db_user = "userfrosting"; //Name of database user
36-
$db_pass = "C4JLAhXPuYFyWNaF"; //Password for database user
36+
$db_pass = ""; //Password for database user
3737
$db_table_prefix = "uc_";
3838

3939
function pdoConnect(){
@@ -71,4 +71,4 @@ function pdoConnect(){
7171

7272
}
7373

74-
?>
74+
?>

0 commit comments

Comments
 (0)