Merge pull request #270 from hypernics/apcuinfo

add PHP APCu Info page
This commit is contained in:
Michael Kaufmann
2016-01-18 10:21:05 +01:00
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'],