mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/16105] Replace const with lowercase version
PHPBB3-16105
This commit is contained in:
parent
b828efa9e6
commit
ad9e5e6891
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class recaptcha_v3 extends captcha_abstract
|
|||
*/
|
||||
const GOOGLE = 'google.com';
|
||||
const RECAPTCHA = 'recaptcha.net';
|
||||
CONST RECAPTCHA_CN = 'recaptcha.google.cn';
|
||||
const RECAPTCHA_CN = 'recaptcha.google.cn';
|
||||
|
||||
/** @var string[] List of supported domains */
|
||||
static public $supported_domains = [
|
||||
|
|
Loading…
Add table
Reference in a new issue