Thanks @staabm

This commit is contained in:
Evert Pot 2016-03-13 17:23:52 -04:00
parent 2521dd18e7
commit afef577671

View file

@ -63,6 +63,7 @@ if (! \BaikalAdmin\Core\Auth::isAuthenticated()) {
if (\BaikalAdmin\Core\Auth::authenticate()) {
// Redirect to itself
header('Location: ' . $_SERVER['REQUEST_URI']);
exit();
} else {
// Draw login page