From 085e76b660ecb317eea4c3dde136285b28fcfe54 Mon Sep 17 00:00:00 2001 From: Arun Kumar Pariyar Date: Thu, 25 Sep 2025 02:00:06 +0545 Subject: [PATCH] fix typo for hybulaTurnstileLocations --- includes/hooks/hybula_turnstile.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/hooks/hybula_turnstile.php b/includes/hooks/hybula_turnstile.php index d0861b2..d325025 100644 --- a/includes/hooks/hybula_turnstile.php +++ b/includes/hooks/hybula_turnstile.php @@ -30,7 +30,7 @@ if (! isset($_SESSION['adminid'])) { ($pageFile == 'contact' && in_array('contact', hybulaTurnstileLocations)) || ($pageFile == 'submitticket' && isset($_POST['subject']) && in_array('ticket', hybulaTurnstileLocations)) || ($pageFile == 'cart' && $_GET['a'] == 'checkout' && in_array('checkout', hybulaTurnstileLocations)) || - ($pageFile == 'index' && isset($_POST['email']) && in_array('reset', hybulaCapLocations)) + ($pageFile == 'index' && isset($_POST['email']) && in_array('reset', hybulaTurnstileLocations)) ) ) { if (! isset($_POST['cf-turnstile-response'])) { @@ -78,7 +78,7 @@ if (! isset($_SESSION['adminid'])) { (in_array('contact', hybulaTurnstileLocations) && $pageFile == 'contact') || (in_array('ticket', hybulaTurnstileLocations) && $pageFile == 'submitticket') || (in_array('checkout', hybulaTurnstileLocations) && $pageFile == 'cart' && $_GET['a'] == 'checkout') || - (in_array('reset', hybulaCapLocations) && $vars['pagetitle'] == $vars['LANG']['pwreset']) + (in_array('reset', hybulaTurnstileLocations) && $vars['pagetitle'] == $vars['LANG']['pwreset']) ) { return '