| 5 statistics.module | statistics_perm() |
| 6 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');
}
Login or register to post comments