allow admins without change-serversettings to adjust dkim flag of domains, hide webserver-ssl-options for new domains if no default ssl-ip-addresses are selected in the settings; adjust visibility of possibly required dns entries for admins (domain edit)
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -193,7 +193,7 @@ return [
|
||||
'label' => lng('admin.domain_sslenabled'),
|
||||
'type' => 'checkbox',
|
||||
'value' => '1',
|
||||
'checked' => !empty($ssl_ipsandports)
|
||||
'checked' => !empty(Settings::Get('system.defaultsslip'))
|
||||
],
|
||||
'no_ssl_available_info' => [
|
||||
'visible' => empty($ssl_ipsandports),
|
||||
|
||||
Reference in New Issue
Block a user