You are here

function statistics_perm in Drupal 4

Same name and namespace in other branches
  1. 5 modules/statistics/statistics.module \statistics_perm()
  2. 6 modules/statistics/statistics.module \statistics_perm()

Implementation of hook_perm().

File

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

Code

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