From 412374ef25f208f33d87dfe306e727bd3a863e4c Mon Sep 17 00:00:00 2001 From: enriquecd Date: Fri, 12 Jan 2018 11:06:42 +0100 Subject: [PATCH] Fix setting visual console as home screen - #1694 --- pandora_console/index.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pandora_console/index.php b/pandora_console/index.php index 8b4e85ae5c..e2c7f8c059 100755 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -544,7 +544,12 @@ if (! isset ($config['id_user'])) { exit (""); } } + if($home_page != 'Visual console'){ header("Location: ".$config['homeurl']."index.php?sec=".$_GET["sec"]."&sec2=".$_GET["sec2"]); + } + else{ + header("Location: ".$config['homeurl']."index.php?sec=".$_GET["sec"]); + } } // Hash login process elseif (isset ($_GET["loginhash"])) {