Index: /trunk/htdocs/cacher/index.php
===================================================================
--- /trunk/htdocs/cacher/index.php	(revision 1144)
+++ /trunk/htdocs/cacher/index.php	(revision 1145)
@@ -252,9 +252,10 @@
 // }}}
 
-xcache_count(XC_TYPE_PHP); // trigger auth
 if (!extension_loaded('XCache')) {
 	header("Location: ../diagnosis");
 	exit;
 }
+
+xcache_count(XC_TYPE_PHP); // trigger auth
 
 $doTypes = array(
