You are here

function recaptcha_perm in reCAPTCHA 6.2

Same name and namespace in other branches
  1. 5.2 recaptcha.module \recaptcha_perm()
  2. 6 recaptcha.module \recaptcha_perm()

Implementation of hook_perm().

File

./recaptcha.module, line 59

Code

function recaptcha_perm() {
  return array(
    'administer recaptcha',
  );
}