You are here

function _authcache_statistics in Authenticated User Page Caching (Authcache) 7

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

Node counter and access log statistics

See also

statistics.module

File

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

Code

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