mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-23 19:51:26 +02:00
[ticket/16105] Replace const with lowercase version
PHPBB3-16105
This commit is contained in:
@ -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 = [
|
||||
|
Reference in New Issue
Block a user