aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/schema_data.sql
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-02-08 14:15:49 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-02-08 14:15:49 +0000
commit6f486b0499258d1a236837acae120274bb1832d1 (patch)
tree78aca5d7a4b321aee41032556b7208a9c40034f8 /phpBB/install/schemas/schema_data.sql
parent12c605755f933761e29b5c357298f9287b18e342 (diff)
downloadforums-6f486b0499258d1a236837acae120274bb1832d1.tar
forums-6f486b0499258d1a236837acae120274bb1832d1.tar.gz
forums-6f486b0499258d1a236837acae120274bb1832d1.tar.bz2
forums-6f486b0499258d1a236837acae120274bb1832d1.tar.xz
forums-6f486b0499258d1a236837acae120274bb1832d1.zip
and another CAPTCHA setting - add new noise shapes to the noise array for more variations.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9320 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/schema_data.sql')
-rw-r--r--phpBB/install/schemas/schema_data.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index 3e59855736..5072b19056 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -65,6 +65,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('captcha_gd_foregro
INSERT INTO phpbb_config (config_name, config_value) VALUES ('captcha_gd_x_grid', '25');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('captcha_gd_y_grid', '25');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('captcha_gd_wave', '0');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('captcha_gd_3d_noise', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('check_attachment_content', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('check_dnsbl', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('chg_passforce', '0');