You are here

function riddler_perm in Captcha Riddler 5

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

File

./riddler.module, line 26

Code

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