You are here

function counter_perm in Counter 6

Same name and namespace in other branches
  1. 5 counter.module \counter_perm()

Implementation of hook_perm

File

./counter.module, line 24
The counter module used for displaying Site Counter.

Code

function counter_perm() {
  return array(
    'access counter',
    'administer counter',
  );
}