From 5cfad4587df361fcce6933ffc492155106085c3c Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Fri, 12 Jul 2019 12:17:26 +0200 Subject: [PATCH] Revert "Update index.php metaconsole redirection" This reverts commit 56ef03c27d8def88eb46002727cb68141a274fc6 --- pandora_console/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/index.php b/pandora_console/index.php index 83d017bdab..21b5e35eb1 100755 --- a/pandora_console/index.php +++ b/pandora_console/index.php @@ -149,7 +149,7 @@ if (isset($config['error'])) { // If metaconsole activated, redirect to it. if (is_metaconsole()) { - header('Location: '.ui_get_full_url(ENTERPRISE_DIR.'/meta/index.php')); + header('Location: '.ui_get_full_url('index.php')); // Always exit after sending location headers. exit; }