You are here

constant IMAGE_CAPTCHA_ALLOWED_CHARACTERS in CAPTCHA 7

Same name and namespace in other branches
  1. 8 image_captcha/image_captcha.module \IMAGE_CAPTCHA_ALLOWED_CHARACTERS
  2. 5.3 image_captcha/image_captcha.module \IMAGE_CAPTCHA_ALLOWED_CHARACTERS
  3. 6.2 image_captcha/image_captcha.module \IMAGE_CAPTCHA_ALLOWED_CHARACTERS
  4. 6 image_captcha/image_captcha.module \IMAGE_CAPTCHA_ALLOWED_CHARACTERS

@file Implements image CAPTCHA for use with the CAPTCHA module

2 uses of IMAGE_CAPTCHA_ALLOWED_CHARACTERS
image_captcha_captcha in image_captcha/image_captcha.module
Implements hook_captcha().
image_captcha_settings_form in image_captcha/image_captcha.admin.inc
Configuration form for image_captcha.

File

image_captcha/image_captcha.module, line 8
Implements image CAPTCHA for use with the CAPTCHA module

Code

define('IMAGE_CAPTCHA_ALLOWED_CHARACTERS', 'aAbBCdEeFfGHhijKLMmNPQRrSTtWXYZ23456789');