honor caneditdomain flag correctly; corrected error messages; updated external URLs

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-11-20 12:22:03 +01:00
parent eb13796976
commit 777991e0e3
6 changed files with 37 additions and 26 deletions

View File

@@ -163,17 +163,6 @@ return [
'select_var' => $serveraliasoptions,
'selected' => $result['iswildcarddomain'] == '1' ? 0 : ($result['wwwserveralias'] == '1' ? 1 : 2)
],
'speciallogfile' => [
'label' => lng('admin.speciallogfile.title'),
'desc' => lng('admin.speciallogfile.description'),
'type' => 'checkbox',
'value' => '1',
'checked' => $result['speciallogfile']
],
'speciallogverified' => [
'type' => 'hidden',
'value' => '0'
],
'specialsettings' => [
'visible' => $userinfo['change_serversettings'] == '1',
'label' => lng('admin.ownvhostsettings'),
@@ -212,7 +201,18 @@ return [
'type' => 'checkbox',
'value' => '1',
'checked' => $result['writeerrorlog']
]
],
'speciallogfile' => [
'label' => lng('admin.speciallogfile.title'),
'desc' => lng('admin.speciallogfile.description'),
'type' => 'checkbox',
'value' => '1',
'checked' => $result['speciallogfile']
],
'speciallogverified' => [
'type' => 'hidden',
'value' => '0'
],
]
],
'section_bssl' => [