mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-30 09:15:15 +02:00
Revert "Update index.php metaconsole redirection"
This reverts commit 56ef03c27d8def88eb46002727cb68141a274fc6
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…
x
Reference in New Issue
Block a user