APCu Info page

This commit is contained in:
Janos Muzsi
2016-01-17 01:17:43 +01:00
parent ca9670e832
commit 13870f3ae8
7 changed files with 584 additions and 0 deletions

View File

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