mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-11 13:58:54 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue