From e6c77eca73eee6ee1ee2ed807b28c8dfe7662c36 Mon Sep 17 00:00:00 2001 From: cynic Date: Fri, 11 Oct 2024 18:05:26 -0400 Subject: [PATCH] oh shit lmao oops --- lib/bot_protection.php | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/lib/bot_protection.php b/lib/bot_protection.php index fec212d..455d511 100644 --- a/lib/bot_protection.php +++ b/lib/bot_protection.php @@ -30,7 +30,14 @@ class bot_protection{ // check if we want captcha if(config::BOT_PROTECTION !== 1){ - + apcu_inc("real_requests"); + if($output === true){ + $frontend->loadheader( + $get, + $filters, + $page + ); + } return; }