1
0
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:
Paul S. Owen 2003-10-15 23:19:25 +00:00
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";