mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
Merge pull request #3223 from SimSync/checkBan
Fixed an issue in iphandler::checkBan()
This commit is contained in:
@@ -991,6 +991,11 @@ class eIPHandler
|
|||||||
echo "\nBanned</pre>";
|
echo "\nBanned</pre>";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// added missing if clause
|
||||||
|
if ($do_return)
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user