aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorHenry Sudhof <kellanved@phpbb.com>2007-05-06 16:02:46 +0000
committerHenry Sudhof <kellanved@phpbb.com>2007-05-06 16:02:46 +0000
commite280eb9ab039fd0ebe98825ee183fb41c3b69fa5 (patch)
tree16ffcb7bb8d8a3d3bf8f9ebe3e0701418e08f7f1 /phpBB/install
parent6205be1e746dd51dface756fbeb8b7fc702e1d80 (diff)
downloadforums-e280eb9ab039fd0ebe98825ee183fb41c3b69fa5.tar
forums-e280eb9ab039fd0ebe98825ee183fb41c3b69fa5.tar.gz
forums-e280eb9ab039fd0ebe98825ee183fb41c3b69fa5.tar.bz2
forums-e280eb9ab039fd0ebe98825ee183fb41c3b69fa5.tar.xz
forums-e280eb9ab039fd0ebe98825ee183fb41c3b69fa5.zip
Trying to improve readability in the cube3d captcha. The freetype one might make a comeback as option :|.
#10547 #10543 git-svn-id: file:///svn/phpbb/trunk@7486 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/schemas/schema_data.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index cb030fb1d6..b970da2981 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -59,7 +59,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_gd', '0');
-INSERT INTO phpbb_config (config_name, config_value) VALUES ('captcha_gd_foreground_noise', '1');
+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 ('check_dnsbl', '0');