You are here

function riddler_perm in Captcha Riddler 6

Same name and namespace in other branches
  1. 5 riddler.module \riddler_perm()

Implementation of hook_perm().

File

./riddler.module, line 29
Adds a question and answer type to the Captcha module.

Code

function riddler_perm() {
  return array(
    'administer riddler',
  );
}