Fixing PHP Warning on resetting failed login count
Addresses #330 and further cleans PHP Log
This commit is contained in:
parent
501f369b4e
commit
7b929ed3e4
@ -8,5 +8,6 @@ if ($user->isAuthenticated()) {
|
||||
$user->setUserFailed($_SESSION['USERDATA']['id'], 0);
|
||||
header("Location: " . $_SERVER['HTTP_REFERER']);
|
||||
}
|
||||
|
||||
// Somehow we still need to load this empty template
|
||||
$smarty->assign("CONTENT", "../../global/empty.tpl");
|
||||
?>
|
||||
|
||||
0
public/templates/mmcFE/global/empty.tpl
Normal file
0
public/templates/mmcFE/global/empty.tpl
Normal file
Loading…
Reference in New Issue
Block a user