You are here

function recaptcha_perm in reCAPTCHA 6

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

Implements hook_perm().

File

./recaptcha.module, line 58
Uses the reCAPTCHA web service to improve the CAPTCHA system.

Code

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