function _authcache_statistics in Authenticated User Page Caching (Authcache) 6
Same name and namespace in other branches
- 7 ajax/authcache.php \_authcache_statistics()
Node counter and access log statistics
See also
File
- ajax/
authcache.php, line 144 - Authcache Ajax Callback (authcache.php)
Code
function _authcache_statistics($vars) {
include_once './modules/statistics/statistics.module';
statistics_exit();
}