aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-09-13 16:48:28 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-09-13 16:48:28 +0200
commit958f3e950309c6275ae2872ce9c29c89303cf7be (patch)
treec5647f529d8e03bc08e837c6a4fbe9636e3b08b7 /phpBB/install
parent16c6e439149cee19b84ab809e913eb41bc5f4fd9 (diff)
parentee44dff3be8510b55984eef9e7fa7f261333ef1e (diff)
downloadforums-958f3e950309c6275ae2872ce9c29c89303cf7be.tar
forums-958f3e950309c6275ae2872ce9c29c89303cf7be.tar.gz
forums-958f3e950309c6275ae2872ce9c29c89303cf7be.tar.bz2
forums-958f3e950309c6275ae2872ce9c29c89303cf7be.tar.xz
forums-958f3e950309c6275ae2872ce9c29c89303cf7be.zip
Merge remote-tracking branch 'imkingdavid/ticket/11824' into develop
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 0a31b89aab..68f3c32f72 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -101,6 +101,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_function_nam
INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_max_chunk_size', '50');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_package_size', '20');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_confirm', '1');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_mod_rewrite', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_pm_icons', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('enable_post_confirm', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('feed_enable', '1');