From 3b1c9e16a59ea632dbceae6b4755200372fa54c8 Mon Sep 17 00:00:00 2001 From: enriquecd Date: Wed, 7 Feb 2018 16:56:21 +0100 Subject: [PATCH] Fix pandroid index page - #1837 --- pandora_console/mobile/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pandora_console/mobile/index.php b/pandora_console/mobile/index.php index 7b64b60e23..8e7bd9c8ad 100644 --- a/pandora_console/mobile/index.php +++ b/pandora_console/mobile/index.php @@ -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; }