You are here

function statcounter_perm in StatCounter 6

Same name and namespace in other branches
  1. 5 statcounter.module \statcounter_perm()

Implementation of hook_perm().

File

./statcounter.module, line 63
Provides an integration with StatCounter which logs user activity.

Code

function statcounter_perm() {
  return array(
    'administer statcounter',
  );
}