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

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

View File

@@ -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']