You are here

function _authcache_statistics in Authenticated User Page Caching (Authcache) 6

Same name and namespace in other branches
  1. 7 ajax/authcache.php \_authcache_statistics()

Node counter and access log statistics

See also

statistics.module

File

ajax/authcache.php, line 144
Authcache Ajax Callback (authcache.php)

Code

function _authcache_statistics($vars) {
  include_once './modules/statistics/statistics.module';
  statistics_exit();
}