mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Implement user defined table prefixes
git-svn-id: file:///svn/phpbb/trunk@19 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user