This commit is contained in:
2018-03-25 11:48:01 +02:00
parent 3dcd109ee2
commit 99f7fc14de
2 changed files with 2 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ return array(
),
'value' => array($result['ssl_redirect'])
),
'letsencrypt' => array(
/** 'letsencrypt' => array(
'visible' => Settings::Get('system.leenabled') == '1' ? true : false,
'label' => $lng['customer']['letsencrypt']['title'],
'desc' => $lng['customer']['letsencrypt']['description'],
@@ -113,7 +113,7 @@ return array(
array ('label' => $lng['panel']['yes'], 'value' => '1')
),
'value' => array($result['letsencrypt'])
),
), */
'hsts_maxage' => array(
'label' => $lng['admin']['domain_hsts_maxage']['title'],
'desc' => $lng['admin']['domain_hsts_maxage']['description'],