OPCache info page

This commit is contained in:
Janos Muzsi
2016-01-20 22:12:43 +01:00
parent 1ba2800a30
commit fb6393ad8f
6 changed files with 416 additions and 0 deletions

View File

@@ -223,6 +223,14 @@ return array (
function_exists('apcu_cache_info') === true
),
),
array (
'url' => 'admin_opcacheinfo.php?page=showinfo',
'label' => $lng['admin']['opcacheinfo'],
'required_resources' => 'change_serversettings',
'show_element' => (
function_exists('opcache_get_configuration') === true
),
),
array (
'url' => 'admin_ipsandports.php?page=ipsandports',
'label' => $lng['admin']['ipsandports']['ipsandports'],