Thanks @staabm
This commit is contained in:
parent
2521dd18e7
commit
afef577671
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue