aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-01-21 13:37:50 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-01-21 13:37:50 +0000
commit71039008474e678959a432db1868faf5d6a3cb71 (patch)
tree6025cab93575492e49e04b67d94008278d2b900c /phpBB/install/schemas
parentfce20fd8988d83e27e76ea057c25d189347df400 (diff)
downloadforums-71039008474e678959a432db1868faf5d6a3cb71.tar
forums-71039008474e678959a432db1868faf5d6a3cb71.tar.gz
forums-71039008474e678959a432db1868faf5d6a3cb71.tar.bz2
forums-71039008474e678959a432db1868faf5d6a3cb71.tar.xz
forums-71039008474e678959a432db1868faf5d6a3cb71.zip
New option for the GD VC. Parameters need some more tweaking
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9283 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas')
-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 7fa2dca2ca..3e59855736 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -64,6 +64,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('captcha_gd', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('captcha_gd_foreground_noise', '0');
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 ('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');