Definition

statistics_perm()
statistics/statistics.module, line 77

Description

Implementation of hook_perm().

Code

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