[ticket/10170] reCaptcha API has been moved.

The reCaptcha API has been moved from recaptcha.net to
google.com/recaptcha.

PHPBB3-10170
This commit is contained in:
Erik Frèrejean 2011-05-10 23:31:41 +02:00
parent 8a97722464
commit ca981b6d18

View file

@ -27,9 +27,9 @@ if (!class_exists('phpbb_default_captcha'))
*/
class phpbb_recaptcha extends phpbb_default_captcha
{
var $recaptcha_server = 'http://api.recaptcha.net';
var $recaptcha_server_secure = 'https://api-secure.recaptcha.net'; // class constants :(
var $recaptcha_verify_server = 'api-verify.recaptcha.net';
var $recaptcha_server = 'http://www.google.com/recaptcha/api';
var $recaptcha_server_secure = 'https://www.google.com/recaptcha/api'; // class constants :(
var $recaptcha_verify_server = 'http://www.google.com/recaptcha/api/verify';
var $challenge;
var $response;