mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[ticket/14044] Fix wrong descriptions in install
PHPBB3-14044
This commit is contained in:
@@ -116,12 +116,12 @@ class obtain_email_data extends \phpbb\install\task_base implements \phpbb\insta
|
|||||||
),
|
),
|
||||||
'smtp_host' => array(
|
'smtp_host' => array(
|
||||||
'label' => 'SMTP_SERVER',
|
'label' => 'SMTP_SERVER',
|
||||||
'description' => 'SMTP_SERVER_EXPLAIN',
|
|
||||||
'type' => 'text',
|
'type' => 'text',
|
||||||
'default' => $smtp_host,
|
'default' => $smtp_host,
|
||||||
),
|
),
|
||||||
'smtp_auth' => array(
|
'smtp_auth' => array(
|
||||||
'label' => 'SMTP_AUTH_METHOD',
|
'label' => 'SMTP_AUTH_METHOD',
|
||||||
|
'description' => 'SMTP_AUTH_METHOD_EXPLAIN',
|
||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'options' => $auth_options,
|
'options' => $auth_options,
|
||||||
),
|
),
|
||||||
|
Reference in New Issue
Block a user