correct language strings in phpconfig formfield for new setting; refs #980

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2021-10-14 17:13:55 +02:00
parent 9870db2560
commit 37ae69f07a
2 changed files with 4 additions and 2 deletions

View File

@@ -189,7 +189,8 @@ return array(
'value' => $result['phpsettings']
),
'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',
'values' => array(
array(