diff options
Diffstat (limited to 'phpBB/install/install.php')
-rw-r--r-- | phpBB/install/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php index 762b9f95e6..8358fcd963 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -1194,6 +1194,7 @@ if ($stage == 4) // Load the basic configuration data define('SESSIONS_TABLE', $table_prefix . 'sessions'); define('USERS_TABLE', $table_prefix . 'users'); + define('BANLIST_TABLE', $table_prefix . 'banlist'); $sql = "SELECT * FROM {$table_prefix}config"; |