mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Fix pandroid index page - #1837
This commit is contained in:
parent
7fd534c68f
commit
3b1c9e16a5
@ -172,7 +172,7 @@ switch ($action) {
|
||||
if ($user->isWaitingDoubleAuth()) {
|
||||
if ($user->validateDoubleAuthCode()) {
|
||||
// Logged. Refresh the page
|
||||
header('Refresh:0');
|
||||
header('Location: .');
|
||||
return;
|
||||
}
|
||||
else {
|
||||
@ -181,7 +181,7 @@ switch ($action) {
|
||||
}
|
||||
else {
|
||||
// Logged. Refresh the page
|
||||
header('Refresh:0');
|
||||
header('Location: .');
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user