aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-06-05 09:40:43 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-05-29 02:14:27 +0200
commitd52f34f5ec5d006ec7e610e1c72266df21e70ac7 (patch)
tree31a105436f12a23a13e4af995a19ff43e8d02191 /phpBB/install
parent624c0e4ef6b638adb325e72158ac3a7e5f66b0bf (diff)
downloadforums-d52f34f5ec5d006ec7e610e1c72266df21e70ac7.tar
forums-d52f34f5ec5d006ec7e610e1c72266df21e70ac7.tar.gz
forums-d52f34f5ec5d006ec7e610e1c72266df21e70ac7.tar.bz2
forums-d52f34f5ec5d006ec7e610e1c72266df21e70ac7.tar.xz
forums-d52f34f5ec5d006ec7e610e1c72266df21e70ac7.zip
[ticket/10073] Add a contact administrators page and refactor email forms.
The message to be displayed on top of the email form cannot be configured yet. PHPBB3-10073
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 7afed448ad..53d1b13e9d 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -82,6 +82,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('confirm_refresh',
INSERT INTO phpbb_config (config_name, config_value) VALUES ('check_attachment_content', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('check_dnsbl', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('chg_passforce', '0');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('contact_admin_form_enable', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_domain', '');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_name', 'phpbb3');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('cookie_path', '/');