aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorDavid M <davidmj@users.sourceforge.net>2006-03-28 12:44:27 +0000
committerDavid M <davidmj@users.sourceforge.net>2006-03-28 12:44:27 +0000
commitf52ef0a6ec3e095f04f36115f07964150aee398e (patch)
tree64447dca800680250b675c511af90b5be5320506 /phpBB/install
parent3ad9c2f089d37a11e7f4713f97e758950e51da1d (diff)
downloadforums-f52ef0a6ec3e095f04f36115f07964150aee398e.tar
forums-f52ef0a6ec3e095f04f36115f07964150aee398e.tar.gz
forums-f52ef0a6ec3e095f04f36115f07964150aee398e.tar.bz2
forums-f52ef0a6ec3e095f04f36115f07964150aee398e.tar.xz
forums-f52ef0a6ec3e095f04f36115f07964150aee398e.zip
- Visual Confirmation for guest posting
git-svn-id: file:///svn/phpbb/trunk@5739 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-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 f014809b3a..2a78875da9 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -78,6 +78,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_function_nam
INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_package_size', '50');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_pm', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_confirm', '0');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_post_confirm', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_pm_icons', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('flood_interval', '15');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('force_server_vars', '0');