OPCache info page
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user