statistics_perm
- Versions
- 4.6 – 6
statistics_perm()
Implementation of hook_perm().
Code
modules/statistics/statistics.module, line 70
<?php
function statistics_perm() {
return array('access statistics', 'view post access counter');
}
?>Login or register to post comments 