constant RECAPTCHA_API_SECURE_SERVER in reCAPTCHA 7
Same name and namespace in other branches
- 8 recaptcha-php-1.11/recaptchalib.php \RECAPTCHA_API_SECURE_SERVER
- 5.2 recaptcha/recaptchalib.php \RECAPTCHA_API_SECURE_SERVER
- 6 recaptcha-php-1.11/recaptchalib.php \RECAPTCHA_API_SECURE_SERVER
1 use of RECAPTCHA_API_SECURE_SERVER
- recaptcha_get_html in recaptcha-php-1.11/
recaptchalib.php - Gets the challenge HTML (javascript and non-javascript version). This is called from the browser, and the resulting reCAPTCHA HTML widget is embedded within the HTML form it was called from.
File
- recaptcha-php-1.11/
recaptchalib.php, line 39
Code
define("RECAPTCHA_API_SECURE_SERVER", "https://www.google.com/recaptcha/api");