resolve old lng-references
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -234,7 +234,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' => $usedips,
|
||||
@@ -321,7 +321,7 @@ return [
|
||||
'value' => $result['ssl_specialsettings']
|
||||
],
|
||||
'include_specialsettings' => [
|
||||
'label' => lng('admin.include_ownvhostsettings'),
|
||||
'label' => lng('serversettings.includedefault_sslvhostconf'),
|
||||
'type' => 'checkbox',
|
||||
'value' => '1',
|
||||
'checked' => $result['include_specialsettings']
|
||||
|
||||
@@ -115,7 +115,7 @@ return [
|
||||
'rows' => 12
|
||||
],
|
||||
'include_default_vhostconf_domain' => [
|
||||
'label' => lng('admin.include_ownvhostsettings'),
|
||||
'label' => lng('serversettings.includedefault_sslvhostconf'),
|
||||
'type' => 'checkbox',
|
||||
'value' => '1',
|
||||
'checked' => false
|
||||
@@ -158,7 +158,7 @@ return [
|
||||
'rows' => 12
|
||||
],
|
||||
'include_specialsettings' => [
|
||||
'label' => lng('admin.include_ownvhostsettings'),
|
||||
'label' => lng('serversettings.includedefault_sslvhostconf'),
|
||||
'type' => 'checkbox',
|
||||
'value' => '1',
|
||||
'checked' => false
|
||||
|
||||
@@ -120,7 +120,7 @@ return [
|
||||
'value' => $result['ssl_default_vhostconf_domain']
|
||||
],
|
||||
'include_default_vhostconf_domain' => [
|
||||
'label' => lng('admin.include_ownvhostsettings'),
|
||||
'label' => lng('serversettings.includedefault_sslvhostconf'),
|
||||
'type' => 'checkbox',
|
||||
'value' => '1',
|
||||
'checked' => $result['include_default_vhostconf_domain']
|
||||
@@ -168,7 +168,7 @@ return [
|
||||
'value' => $result['ssl_specialsettings']
|
||||
],
|
||||
'include_specialsettings' => [
|
||||
'label' => lng('admin.include_ownvhostsettings'),
|
||||
'label' => lng('serversettings.includedefault_sslvhostconf'),
|
||||
'type' => 'checkbox',
|
||||
'value' => '1',
|
||||
'checked' => $result['include_specialsettings']
|
||||
|
||||
Reference in New Issue
Block a user