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:
Michael Kaufmann
2025-02-08 18:38:59 +01:00
parent 32344e39cf
commit ebed800dec
3 changed files with 12 additions and 11 deletions

View File

@@ -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),