1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/16105] Use Google reCAPTCHA globally

PHPBB3-16105
This commit is contained in:
wordlesswind
2022-11-13 01:22:01 +08:00
committed by Marc Alexander
parent 696ff06263
commit ebc5e1ead0

View File

@@ -15,8 +15,8 @@ namespace phpbb\captcha\plugins;
class recaptcha extends captcha_abstract
{
var $recaptcha_server = 'http://www.google.com/recaptcha/api';
var $recaptcha_server_secure = 'https://www.google.com/recaptcha/api'; // class constants :(
var $recaptcha_server = 'http://www.recaptcha.net/recaptcha/api';
var $recaptcha_server_secure = 'https://www.recaptcha.net/recaptcha/api'; // class constants :(
var $response;