statistics_perm()statistics/statistics.module, line 77
Implementation of hook_perm().
<?php function statistics_perm() { return array('access statistics', 'view post access counter'); } ?>