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