forked from lolcat/4get
1
0
Fork 0

oh shit lmao oops

This commit is contained in:
cynic 2024-10-11 18:05:26 -04:00
parent 93b1aeedaa
commit e6c77eca73
1 changed files with 8 additions and 1 deletions

View File

@ -30,7 +30,14 @@ class bot_protection{
// check if we want captcha // check if we want captcha
if(config::BOT_PROTECTION !== 1){ if(config::BOT_PROTECTION !== 1){
apcu_inc("real_requests");
if($output === true){
$frontend->loadheader(
$get,
$filters,
$page
);
}
return; return;
} }