From 6753631dfe30e55bea7cd80e9da86b7c19233ea4 Mon Sep 17 00:00:00 2001 From: Dany wm Date: Wed, 18 Sep 2024 22:52:31 +0200 Subject: [PATCH] Cosmetic g_failed --- include/constant.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/constant.php b/include/constant.php index be44cfb82..e81d73934 100644 --- a/include/constant.php +++ b/include/constant.php @@ -96,7 +96,7 @@ if (!defined('NOALYSS_CAPTCHA')) { } global $g_failed, $g_succeed; -$g_failed = ""; +$g_failed = "x"; $g_succeed = ""; define('SMALLX', '#xe816;'); define('BUTTONADD', "✚");