diff --git a/htdocs/cacher/index.php b/htdocs/cacher/index.php index 74d13ab..de5acfb 100644 --- a/htdocs/cacher/index.php +++ b/htdocs/cacher/index.php @@ -251,12 +251,13 @@ function getEntryList() // {{{ } // }}} -xcache_count(XC_TYPE_PHP); // trigger auth if (!extension_loaded('XCache')) { header("Location: ../diagnosis"); exit; } +xcache_count(XC_TYPE_PHP); // trigger auth + $doTypes = array( '' => _T('Summary'), 'listphp' => _T('List PHP'),