Same name and namespace in other branches
  1. 4.6.x modules/statistics.module \statistics_perm()
  2. 4.7.x modules/statistics.module \statistics_perm()
  3. 5.x modules/statistics/statistics.module \statistics_perm()

Implementation of hook_perm().

File

modules/statistics/statistics.module, line 70
Logs access statistics for your site.

Code

function statistics_perm() {
  return array(
    'access statistics',
    'view post access counter',
  );
}