aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorDavid King <imkingdavid@gmail.com>2013-09-03 16:16:23 -0700
committerDavid King <imkingdavid@gmail.com>2013-09-03 16:57:27 -0700
commit010da72f64ce325c27fb68c5c142ec01e1e53e61 (patch)
tree7c954f78fb62acf405165ffcda6a55e257eda279 /phpBB/install
parent8d6b03c438392cebed941491684ff835bf7136a8 (diff)
downloadforums-010da72f64ce325c27fb68c5c142ec01e1e53e61.tar
forums-010da72f64ce325c27fb68c5c142ec01e1e53e61.tar.gz
forums-010da72f64ce325c27fb68c5c142ec01e1e53e61.tar.bz2
forums-010da72f64ce325c27fb68c5c142ec01e1e53e61.tar.xz
forums-010da72f64ce325c27fb68c5c142ec01e1e53e61.zip
[ticket/11824] Add option for mod_rewrite
PHPBB3-11824
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');