You are here

function getclicky_perm in Clicky - Web Analytics in Real Time 6

Implementation of hook_perm().

File

./getclicky.module, line 35

Code

function getclicky_perm() {
  return array(
    'access clicky stats dashboard',
    'administer getclicky',
    'opt-in or out of getclicky tracking',
    'use PHP for tracking visibility',
  );
}