You are here

public function Botcha::perm in BOTCHA Spam Prevention 6.3

Implementation of hook_perm().

Overrides IBotcha::perm

File

controller/application/botcha.application.controller.inc, line 300
Contains Botcha class.

Class

Botcha
Just a middleman for achieving purposes such as:

Code

public function perm() {
  return array(
    // @todo Abstract it.
    'administer BOTCHA settings',
    'skip BOTCHA',
  );
}