mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-13 20:44:43 +01:00
Small fix for install
git-svn-id: file:///svn/phpbb/trunk@4914 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
4acbb74b4a
commit
6aa372226e
@ -1199,6 +1199,7 @@ if ($stage == 4)
|
||||
define('SESSIONS_TABLE', $table_prefix . 'sessions');
|
||||
define('BOTS_TABLE', $table_prefix . 'bots');
|
||||
define('USERS_TABLE', $table_prefix . 'users');
|
||||
define('GROUPS_TABLE', $table_prefix . 'groups');
|
||||
define('BANLIST_TABLE', $table_prefix . 'banlist');
|
||||
|
||||
$sql = "SELECT *
|
||||
|
Loading…
x
Reference in New Issue
Block a user