1
0
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:
Paul S. Owen
2001-02-22 18:59:06 +00:00
parent 22a1da47f3
commit 4317bbe9be
5 changed files with 73 additions and 73 deletions

View File

@@ -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";