Changeset 1145 for trunk/htdocs/cacher/index.php
- Timestamp:
- 2012-08-23T05:44:21+02:00 (9 months ago)
- File:
-
- 1 edited
-
trunk/htdocs/cacher/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/htdocs/cacher/index.php
r1101 r1145 252 252 // }}} 253 253 254 xcache_count(XC_TYPE_PHP); // trigger auth255 254 if (!extension_loaded('XCache')) { 256 255 header("Location: ../diagnosis"); 257 256 exit; 258 257 } 258 259 xcache_count(XC_TYPE_PHP); // trigger auth 259 260 260 261 $doTypes = array(
Note: See TracChangeset
for help on using the changeset viewer.

