mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 15:35:11 +02: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
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user