diff options
author | cflip <36554078+cflip@users.noreply.github.com> | 2021-03-21 10:54:47 -0600 |
---|---|---|
committer | cflip <36554078+cflip@users.noreply.github.com> | 2021-03-21 10:54:47 -0600 |
commit | 2805ef7311eeb028cd48bffe04a705676c4682be (patch) | |
tree | 59c00c77d5bd59ea89967f18d5bcd6d1b5ad6e01 /includes/db_inc.php | |
parent | f83530a122119d7f69812493f9c2f4987ccb2065 (diff) |
big changes pt1
Diffstat (limited to 'includes/db_inc.php')
-rw-r--r-- | includes/db_inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/db_inc.php b/includes/db_inc.php index 2d157af..7d743fc 100644 --- a/includes/db_inc.php +++ b/includes/db_inc.php @@ -2,7 +2,7 @@ $db_server = 'localhost'; $db_user = 'root'; -$db_pass = ''; +$db_pass = 'admin'; $db_database = 'forum2'; $dbc = mysqli_connect($db_server, $db_user, $db_pass, $db_database); |