[ticket/16105] Replace const with lowercase version

PHPBB3-16105
This commit is contained in:
Marc Alexander 2022-11-20 20:01:23 +01:00
parent b828efa9e6
commit ad9e5e6891
No known key found for this signature in database
GPG key ID: 50E0D2423696F995

View file

@ -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 = [