function statcounter_perm in StatCounter 5
Same name and namespace in other branches
- 6 statcounter.module \statcounter_perm()
Implementation of hook_perm().
File
- ./
statcounter.module, line 65 - Provides an integration with StatCounter which logs user activity.
Code
function statcounter_perm() {
return array(
'administer statcounter',
);
}