aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2009-06-14 15:47:35 +0000
committerHenry Sudhof <kellanved@phpbb.com>2009-06-14 15:47:35 +0000
commitf32ca6c9bd1db652f8d4c270b71506c1b4335075 (patch)
tree6ea5f0db590894c76ed069942d3d6313c18141d3 /phpBB/install/schemas
parentb60f96c4ec09a41f0ecd19f16caca7f88808cc23 (diff)
downloadforums-f32ca6c9bd1db652f8d4c270b71506c1b4335075.tar
forums-f32ca6c9bd1db652f8d4c270b71506c1b4335075.tar.gz
forums-f32ca6c9bd1db652f8d4c270b71506c1b4335075.tar.bz2
forums-f32ca6c9bd1db652f8d4c270b71506c1b4335075.tar.xz
forums-f32ca6c9bd1db652f8d4c270b71506c1b4335075.zip
#46515
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9592 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 aea99e3305..debf1e2289 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -61,6 +61,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('bump_interval', '1
INSERT INTO phpbb_config (config_name, config_value) VALUES ('bump_type', 'd');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cache_gc', '7200');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('captcha_plugin', 'phpbb_captcha_nogd');
+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');