1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[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
This commit is contained in:
Marc Alexander
2017-12-11 21:56:21 +01:00
parent b4ca1bdb00
commit 9f055e1af3
6 changed files with 45 additions and 14 deletions

View File

@@ -337,7 +337,7 @@ class phpbb_questionnaire_phpbb_data_provider
'edit_time' => true,
'email_check_mx' => true,
'email_enable' => true,
'email_function_name' => true,
'email_envelope_sender' => true,
'email_package_size' => true,
'enable_confirm' => true,
'enable_pm_icons' => true,