aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-12-11 21:56:21 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-12-11 21:56:21 +0100
commit9f055e1af39f36ff18cc278093000cb30c858885 (patch)
tree0dbfa5caa2e26c2c71936d84639b23722a14c8db /phpBB/install/schemas
parentb4ca1bdb0050b238797431f29faaefdc3057b50a (diff)
downloadforums-9f055e1af39f36ff18cc278093000cb30c858885.tar
forums-9f055e1af39f36ff18cc278093000cb30c858885.tar.gz
forums-9f055e1af39f36ff18cc278093000cb30c858885.tar.bz2
forums-9f055e1af39f36ff18cc278093000cb30c858885.tar.xz
forums-9f055e1af39f36ff18cc278093000cb30c858885.zip
[ticket/15322] Add config setting for -f parameter & remove mail function name
The -f parameter can now be added via configuration in the ACP. Addtionally, the config setting for the mail function name has been removed. PHPBB3-15322
Diffstat (limited to 'phpBB/install/schemas')
-rw-r--r--phpBB/install/schemas/schema_data.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index f97ba7ac07..743c3e30e2 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -103,7 +103,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('extension_force_un
INSERT INTO phpbb_config (config_name, config_value) VALUES ('delete_time', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_check_mx', '1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_enable', '1');
-INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_function_name', 'mail');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('email_envelope_sender', '0');
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');