correct order of settings
Signed-off-by: Michael Kaufmann <michael.kaufmann@aixit.com>
This commit is contained in:
@@ -124,6 +124,17 @@ return array(
|
|||||||
'apache2'
|
'apache2'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
|
'system_logfiles_piped' => array(
|
||||||
|
'label' => $lng['serversettings']['logfiles_piped'],
|
||||||
|
'settinggroup' => 'system',
|
||||||
|
'varname' => 'logfiles_piped',
|
||||||
|
'type' => 'bool',
|
||||||
|
'default' => false,
|
||||||
|
'save_method' => 'storeSettingField',
|
||||||
|
'websrv_avail' => array(
|
||||||
|
'apache2'
|
||||||
|
)
|
||||||
|
),
|
||||||
'system_logfiles_format' => array(
|
'system_logfiles_format' => array(
|
||||||
'label' => $lng['serversettings']['logfiles_format'],
|
'label' => $lng['serversettings']['logfiles_format'],
|
||||||
'settinggroup' => 'system',
|
'settinggroup' => 'system',
|
||||||
@@ -153,17 +164,6 @@ return array(
|
|||||||
'apache2'
|
'apache2'
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'system_logfiles_piped' => array(
|
|
||||||
'label' => $lng['serversettings']['logfiles_piped'],
|
|
||||||
'settinggroup' => 'system',
|
|
||||||
'varname' => 'logfiles_piped',
|
|
||||||
'type' => 'bool',
|
|
||||||
'default' => false,
|
|
||||||
'save_method' => 'storeSettingField',
|
|
||||||
'websrv_avail' => array(
|
|
||||||
'apache2'
|
|
||||||
)
|
|
||||||
),
|
|
||||||
'system_customersslpath' => array(
|
'system_customersslpath' => array(
|
||||||
'label' => $lng['serversettings']['customerssl_directory'],
|
'label' => $lng['serversettings']['customerssl_directory'],
|
||||||
'settinggroup' => 'system',
|
'settinggroup' => 'system',
|
||||||
|
|||||||
Reference in New Issue
Block a user