mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Added 'most online user' config keys to Oracle basic.sql
git-svn-id: file:///svn/phpbb/trunk@1995 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
0b04f9b087
commit
4cc716e2f9
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ INSERT INTO phpbb_config VALUES ('default_dateformat','D M d, Y g:i a');
|
|||
INSERT INTO phpbb_config VALUES ('board_timezone','0');
|
||||
INSERT INTO phpbb_config VALUES ('prune_enable','1');
|
||||
INSERT INTO phpbb_config VALUES ('gzip_compress','1');
|
||||
INSERT INTO phpbb_config VALUES ('record_online_users','0');
|
||||
INSERT INTO phpbb_config VALUES ('record_online_date','0');
|
||||
|
||||
|
||||
-- Categories
|
||||
|
|
Loading…
Add table
Reference in a new issue