Merge branch '1837-No-funciona-la-APP-android-móvil-en-la-versión-v718' into 'develop'

Fix pandroid index page - #1837

See merge request artica/pandorafms!1281
This commit is contained in:
vgilc 2018-02-07 17:13:43 +01:00
commit 2ea74b7b63
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}