Revert "Update index.php metaconsole redirection"
This reverts commit 56ef03c27d
This commit is contained in:
parent
56ef03c27d
commit
5cfad4587d
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue