mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
fudge-o-rama
git-svn-id: file:///svn/phpbb/trunk@4608 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7aa3278def
commit
e7ca1a5286
1 changed files with 1 additions and 0 deletions
|
@ -1194,6 +1194,7 @@ if ($stage == 4)
|
||||||
// Load the basic configuration data
|
// Load the basic configuration data
|
||||||
define('SESSIONS_TABLE', $table_prefix . 'sessions');
|
define('SESSIONS_TABLE', $table_prefix . 'sessions');
|
||||||
define('USERS_TABLE', $table_prefix . 'users');
|
define('USERS_TABLE', $table_prefix . 'users');
|
||||||
|
define('BANLIST_TABLE', $table_prefix . 'banlist');
|
||||||
|
|
||||||
$sql = "SELECT *
|
$sql = "SELECT *
|
||||||
FROM {$table_prefix}config";
|
FROM {$table_prefix}config";
|
||||||
|
|
Loading…
Add table
Reference in a new issue