mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/14044] Fix wrong descriptions in install
PHPBB3-14044
This commit is contained in:
parent
3ac10ef544
commit
71ec5185e1
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
),
|
),
|
||||||
|
|
Loading…
Add table
Reference in a new issue