aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorCesar G <prototech91@gmail.com>2014-04-11 19:23:31 -0700
committerCesar G <prototech91@gmail.com>2014-04-23 09:11:40 -0700
commit607698c8844b1f08aef1aca63cd8d981783ef92a (patch)
treea4c35830dd69f287e73a42a0be7be33ffdb9287a /phpBB/install
parent683e8c0c17726205501333aea117e4394fc34ef4 (diff)
downloadforums-607698c8844b1f08aef1aca63cd8d981783ef92a.tar
forums-607698c8844b1f08aef1aca63cd8d981783ef92a.tar.gz
forums-607698c8844b1f08aef1aca63cd8d981783ef92a.tar.bz2
forums-607698c8844b1f08aef1aca63cd8d981783ef92a.tar.xz
forums-607698c8844b1f08aef1aca63cd8d981783ef92a.zip
[ticket/10737] Add config setting to disable live searches.
PHPBB3-10737
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 bc76bf55b9..f483200349 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -21,6 +21,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_cdn', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_emailreuse', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_password_reset', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_forum_notify', '1');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_live_searches', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_mass_pm', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_name_chars', 'USERNAME_CHARS_ANY');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('allow_namechange', '0');