mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-03 23:37:39 +02:00
[ticket/16105] Use Google reCAPTCHA globally
PHPBB3-16105
This commit is contained in:
committed by
Marc Alexander
parent
696ff06263
commit
ebc5e1ead0
@@ -15,8 +15,8 @@ namespace phpbb\captcha\plugins;
|
|||||||
|
|
||||||
class recaptcha extends captcha_abstract
|
class recaptcha extends captcha_abstract
|
||||||
{
|
{
|
||||||
var $recaptcha_server = 'http://www.google.com/recaptcha/api';
|
var $recaptcha_server = 'http://www.recaptcha.net/recaptcha/api';
|
||||||
var $recaptcha_server_secure = 'https://www.google.com/recaptcha/api'; // class constants :(
|
var $recaptcha_server_secure = 'https://www.recaptcha.net/recaptcha/api'; // class constants :(
|
||||||
|
|
||||||
var $response;
|
var $response;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user