handle speciallogfile-warning-note when editing domain as admin

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-03-13 16:16:48 +01:00
parent 343339d510
commit 7e9e89e1fd
7 changed files with 52 additions and 36 deletions

View File

@@ -127,6 +127,10 @@ return array(
'value' => '1',
'checked' => $result['speciallogfile']
),
'speciallogverified' => array(
'type' => 'hidden',
'value' => '0'
),
'specialsettings' => array(
'visible' => ($userinfo['change_serversettings'] == '1' ? true : false),
'label' => $lng['admin']['ownvhostsettings'],