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; }