diff options
Diffstat (limited to 'phpBB/config.php')
| -rw-r--r-- | phpBB/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/config.php b/phpBB/config.php index c9d2fb10da..99d08332e3 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -70,8 +70,8 @@ $dbuser = "imanidiot"; $dbpasswd = "imanidiotspassword"; // DB table config - $banlist_table = "phpbb_banlist"; +$categories_table = "phpbb_categories"; $config_table = "phpbb_config"; $disallow_table = "phpbb_disallow"; $forum_access_table = "phpbb_forum_access"; |
