diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-03-25 23:23:44 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-03-25 23:23:44 +0000 |
commit | a827c0c4137d7734bc7c4e28910174f29ad3094c (patch) | |
tree | 8b639a568302c9be464be175c16955a20241aff3 /phpBB/install | |
parent | 617602a0883e2eb79ad6e69cb455db55f24ad5fc (diff) | |
download | forums-a827c0c4137d7734bc7c4e28910174f29ad3094c.tar forums-a827c0c4137d7734bc7c4e28910174f29ad3094c.tar.gz forums-a827c0c4137d7734bc7c4e28910174f29ad3094c.tar.bz2 forums-a827c0c4137d7734bc7c4e28910174f29ad3094c.tar.xz forums-a827c0c4137d7734bc7c4e28910174f29ad3094c.zip |
browser_check seemed to go missing
git-svn-id: file:///svn/phpbb/trunk@3731 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/schemas/mysql_basic.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/mysql_basic.sql b/phpBB/install/schemas/mysql_basic.sql index 76b470e6fd..ffc378cc4a 100644 --- a/phpBB/install/schemas/mysql_basic.sql +++ b/phpBB/install/schemas/mysql_basic.sql @@ -50,6 +50,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('active_sessions', INSERT INTO phpbb_config (config_name, config_value) VALUES ('session_gc', '3600'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('search_gc', '7200'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('ip_check', '4'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('browser_check', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '2.1.1 [20021119]'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_post_chars', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_post_smilies', '0'); |