mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fixed an issue in iphandler::checkBan() which caused the script to stop
without any message instead of returning a value (true or false) in case the submitted email adress is blocked
This commit is contained in:
@@ -991,6 +991,11 @@ class eIPHandler
|
||||
echo "\nBanned</pre>";
|
||||
}
|
||||
|
||||
// added missing if clause
|
||||
if ($do_return)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
exit();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user