From 790b5b5da6e44175704578dc3ead3723033935a7 Mon Sep 17 00:00:00 2001 From: enriquecd Date: Thu, 14 Dec 2017 12:11:49 +0100 Subject: [PATCH] Redirect to real url when login - #1694 --- pandora_console/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/pandora_console/index.php b/pandora_console/index.php index 2ffe3ee2f3..8b4e85ae5c 100755 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -544,6 +544,7 @@ if (! isset ($config['id_user'])) { exit (""); } } + header("Location: ".$config['homeurl']."index.php?sec=".$_GET["sec"]."&sec2=".$_GET["sec2"]); } // Hash login process elseif (isset ($_GET["loginhash"])) {