You are here

function image_captcha_settings_form in CAPTCHA 5.3

Same name and namespace in other branches
  1. 6.2 image_captcha/image_captcha.admin.inc \image_captcha_settings_form()
  2. 6 image_captcha/image_captcha.admin.inc \image_captcha_settings_form()
  3. 7 image_captcha/image_captcha.admin.inc \image_captcha_settings_form()

Configuration form for image_captcha Implemented by _image_captcha_settings_form() in image_captcha.admin.inc

2 string references to 'image_captcha_settings_form'
image_captcha_menu in image_captcha/image_captcha.module
Implementation of hook_menu().
image_captcha_settings_form_validate in image_captcha/image_captcha.admin.inc
Validation function for image_captcha configuration form

File

image_captcha/image_captcha.module, line 109
Implementation of image CAPTCHA for use with the CAPTCHA module

Code

function image_captcha_settings_form() {
  require_once drupal_get_path('module', 'image_captcha') . '/image_captcha.admin.inc';
  return _image_captcha_settings_form();
}