resolve old lng-references

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2022-05-02 08:56:39 +02:00
parent 7b6d5f1642
commit 00a3424f65
16 changed files with 41 additions and 24 deletions

View File

@@ -207,7 +207,7 @@ return [
],
'ssl_ipandport' => [
'label' => lng('domains.ipandport_ssl_multi.title'),
'desc' => lng('domains.ipandport_ssl_multi.description'),
'desc' => lng('domains.ipandport_multi.description'),
'type' => 'checkbox',
'values' => $ssl_ipsandports,
'value' => explode(',', Settings::Get('system.defaultsslip')),
@@ -296,7 +296,7 @@ return [
],
'include_specialsettings' => [
'visible' => !empty($ssl_ipsandports) && $userinfo['change_serversettings'] == '1',
'label' => lng('admin.include_ownvhostsettings'),
'label' => lng('serversettings.includedefault_sslvhostconf'),
'type' => 'checkbox',
'value' => '1',
'checked' => false