mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16105] Use Google reCAPTCHA globally
PHPBB3-16105
This commit is contained in:
parent
696ff06263
commit
ebc5e1ead0
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue