remove 'main but subdomain' as we now automatically create the correct order of vhost configs and dns zones
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -60,12 +60,6 @@ return [
|
||||
'type' => 'select',
|
||||
'select_var' => $domains
|
||||
],
|
||||
'issubof' => [
|
||||
'label' => lng('domains.issubof'),
|
||||
'desc' => lng('domains.issubofinfo'),
|
||||
'type' => 'select',
|
||||
'select_var' => $subtodomains
|
||||
],
|
||||
'caneditdomain' => [
|
||||
'label' => lng('admin.domain_editable.title'),
|
||||
'desc' => lng('admin.domain_editable.desc'),
|
||||
|
||||
@@ -65,13 +65,6 @@ return [
|
||||
'select_var' => $domains,
|
||||
'selected' => $result['aliasdomain']
|
||||
],
|
||||
'issubof' => [
|
||||
'label' => lng('domains.issubof'),
|
||||
'desc' => lng('domains.issubofinfo'),
|
||||
'type' => 'select',
|
||||
'select_var' => $subtodomains,
|
||||
'selected' => $result['ismainbutsubto']
|
||||
],
|
||||
'associated_info' => [
|
||||
'label' => lng('domains.associated_with_domain'),
|
||||
'type' => 'label',
|
||||
|
||||
Reference in New Issue
Block a user