Revert "Update index.php metaconsole redirection"

This reverts commit 56ef03c27d
This commit is contained in:
fbsanchez 2019-07-12 12:17:26 +02:00
parent 56ef03c27d
commit 5cfad4587d
1 changed files with 1 additions and 1 deletions

View File

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