mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-09 11:24:35 +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 GOOGLE = 'google.com';
|
||||||
const RECAPTCHA = 'recaptcha.net';
|
const RECAPTCHA = 'recaptcha.net';
|
||||||
CONST RECAPTCHA_CN = 'recaptcha.google.cn';
|
const RECAPTCHA_CN = 'recaptcha.google.cn';
|
||||||
|
|
||||||
/** @var string[] List of supported domains */
|
/** @var string[] List of supported domains */
|
||||||
static public $supported_domains = [
|
static public $supported_domains = [
|
||||||
|
Reference in New Issue
Block a user