constant IMAGE_CAPTCHA_FILE_FORMAT_JPG in CAPTCHA 6.2
Same name and namespace in other branches
- 8 image_captcha/image_captcha.module \IMAGE_CAPTCHA_FILE_FORMAT_JPG
- 7 image_captcha/image_captcha.module \IMAGE_CAPTCHA_FILE_FORMAT_JPG
3 uses of IMAGE_CAPTCHA_FILE_FORMAT_JPG
- image_captcha_image in image_captcha/
image_captcha.user.inc - Menu callback function that generates the CAPTCHA image.
- image_captcha_settings_form in image_captcha/
image_captcha.admin.inc - Configuration form for image_captcha.
- _image_captcha_generate_image in image_captcha/
image_captcha.user.inc - Base function for generating a image CAPTCHA.
File
- image_captcha/
image_captcha.module, line 17 - Implementation of image CAPTCHA for use with the CAPTCHA module
Code
define('IMAGE_CAPTCHA_FILE_FORMAT_JPG', 1);