correct language strings in phpconfig formfield for new setting; refs #980
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -181,7 +181,8 @@ return array(
|
|||||||
'value' => $result['phpsettings']
|
'value' => $result['phpsettings']
|
||||||
),
|
),
|
||||||
'allow_all_customers' => array(
|
'allow_all_customers' => array(
|
||||||
'label' => $lng['serversettings']['phpfpm_settings']['allow_all_customers'],
|
'label' => $lng['serversettings']['phpfpm_settings']['allow_all_customers']['title'],
|
||||||
|
'desc' => $lng['serversettings']['phpfpm_settings']['allow_all_customers']['description'],
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
'values' => array(
|
'values' => array(
|
||||||
array(
|
array(
|
||||||
|
|||||||
@@ -189,7 +189,8 @@ return array(
|
|||||||
'value' => $result['phpsettings']
|
'value' => $result['phpsettings']
|
||||||
),
|
),
|
||||||
'allow_all_customers' => array(
|
'allow_all_customers' => array(
|
||||||
'label' => $lng['serversettings']['phpfpm_settings']['allow_all_customers'],
|
'label' => $lng['serversettings']['phpfpm_settings']['allow_all_customers']['title'],
|
||||||
|
'desc' => $lng['serversettings']['phpfpm_settings']['allow_all_customers']['description'],
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
'values' => array(
|
'values' => array(
|
||||||
array(
|
array(
|
||||||
|
|||||||
Reference in New Issue
Block a user