diff options
author | Cflip <36554078+cflip@users.noreply.github.com> | 2021-01-23 12:25:51 -0700 |
---|---|---|
committer | Cflip <36554078+cflip@users.noreply.github.com> | 2021-01-23 12:25:51 -0700 |
commit | c23ad7cbf42f9590b4e0418b77c333f9dc7730e7 (patch) | |
tree | c3db1eef2d3db416579259f36dcdb3d2aef5ac8e /includes/db_inc.php | |
parent | 0b26a9cd485d5b1ed509d9da998780d8b658eb8a (diff) |
Change terminology from topics to threads
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 b76f06d..2d157af 100644 --- a/includes/db_inc.php +++ b/includes/db_inc.php @@ -3,7 +3,7 @@ $db_server = 'localhost'; $db_user = 'root'; $db_pass = ''; -$db_database = 'forum'; +$db_database = 'forum2'; $dbc = mysqli_connect($db_server, $db_user, $db_pass, $db_database); |