diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2008-05-15 13:29:14 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2008-05-15 13:29:14 +0000 |
| commit | 9413af5e1a59a9bfc01fb5d3896a2fb5d34055f4 (patch) | |
| tree | c3e3d93706bbf09bbc1451f14102ed85ae2af895 /phpBB/install/schemas/schema_data.sql | |
| parent | ae3dd106049e0b7429719862c82250ad2d28ffd7 (diff) | |
| download | forums-9413af5e1a59a9bfc01fb5d3896a2fb5d34055f4.tar forums-9413af5e1a59a9bfc01fb5d3896a2fb5d34055f4.tar.gz forums-9413af5e1a59a9bfc01fb5d3896a2fb5d34055f4.tar.bz2 forums-9413af5e1a59a9bfc01fb5d3896a2fb5d34055f4.tar.xz forums-9413af5e1a59a9bfc01fb5d3896a2fb5d34055f4.zip | |
So, tighten things up a little further. QA Team, please check this.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8554 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/schema_data.sql')
| -rw-r--r-- | phpBB/install/schemas/schema_data.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index 43ab04d77e..2d417129ed 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -184,6 +184,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('print_pm', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('queue_interval', '600'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('ranks_path', 'images/ranks'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('require_activation', '0'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('referer_validation', '1'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('script_path', ''); INSERT INTO phpbb_config (config_name, config_value) VALUES ('search_block_size', '250'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('search_gc', '7200'); |
