From 032c9d75c14698861a3528439d9932f63fbe5d0a Mon Sep 17 00:00:00 2001 From: mystralkk Date: Thu, 14 May 2020 13:51:33 +0900 Subject: [PATCH] Added "RECAPTCHA_SUPPORT_V3" constant --- system/build/lm/lm.php | 1 + 1 file changed, 1 insertion(+) diff --git a/system/build/lm/lm.php b/system/build/lm/lm.php index 1163c8055..52f9424bf 100644 --- a/system/build/lm/lm.php +++ b/system/build/lm/lm.php @@ -81,6 +81,7 @@ define('RECAPTCHA_NO_SUPPORT', 0); define('RECAPTCHA_SUPPORT_V2', 1); define('RECAPTCHA_SUPPORT_V2_INVISIBLE', 2); +define('RECAPTCHA_SUPPORT_V3', 4); // list of all variables accessed in the language file $_DB_mysqldump_path = '{$_DB_mysqldump_path}';