function statistics_perm

Implementation of hook_perm().

Archivo

drupal-6.x/modules/statistics/statistics.module, line 70
Logs access statistics for your site.

Código

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