http2 Option darf nur dann zu sehen sein wenn http2 in den Einstellungen aktiv ist
This commit is contained in:
@@ -174,7 +174,7 @@ return array(
|
|||||||
'value' => array()
|
'value' => array()
|
||||||
),
|
),
|
||||||
'http2' => array(
|
'http2' => array(
|
||||||
'visible' => ($ssl_ipsandports != '' ? true : false) && Settings::Get('system.webserver') != 'lighttpd',
|
'visible' => ($ssl_ipsandports != '' ? true : false) && Settings::Get('system.webserver') != 'lighttpd' && Settings::Get('system.http2_support') == '1',
|
||||||
'label' => $lng['admin']['domain_http2']['title'],
|
'label' => $lng['admin']['domain_http2']['title'],
|
||||||
'desc' => $lng['admin']['domain_http2']['description'],
|
'desc' => $lng['admin']['domain_http2']['description'],
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
|
|||||||
@@ -208,7 +208,7 @@ return array(
|
|||||||
)
|
)
|
||||||
),
|
),
|
||||||
'http2' => array(
|
'http2' => array(
|
||||||
'visible' => ($ssl_ipsandports != '' ? true : false) && Settings::Get('system.webserver') != 'lighttpd',
|
'visible' => ($ssl_ipsandports != '' ? true : false) && Settings::Get('system.webserver') != 'lighttpd' && Settings::Get('system.http2_support') == '1',
|
||||||
'label' => $lng['admin']['domain_http2']['title'],
|
'label' => $lng['admin']['domain_http2']['title'],
|
||||||
'desc' => $lng['admin']['domain_http2']['description'],
|
'desc' => $lng['admin']['domain_http2']['description'],
|
||||||
'type' => 'checkbox',
|
'type' => 'checkbox',
|
||||||
|
|||||||
Reference in New Issue
Block a user