minor fixes to fpm/php resources-forms and language-strings

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-10-13 16:53:36 +02:00
parent 52857c208a
commit 6953d0f883
7 changed files with 36 additions and 14 deletions

View File

@@ -38,7 +38,8 @@ return [
'description' => [
'label' => lng('admin.phpsettings.description'),
'type' => 'text',
'maxlength' => 50
'maxlength' => 50,
'mandatory' => true
],
'binary' => [
'visible' => Settings::Get('system.mod_fcgid') == 1,
@@ -179,7 +180,8 @@ return [
'type' => 'textarea',
'cols' => 80,
'rows' => 20,
'value' => $result['phpsettings']
'value' => $result['phpsettings'],
'mandatory' => true
],
'allow_all_customers' => [
'label' => lng('serversettings.phpfpm_settings.allow_all_customers.title'),