Undo of accidental checkin
This commit is contained in:
parent
415a2befef
commit
006e40a41b
1 changed files with 1 additions and 5 deletions
|
@ -458,12 +458,8 @@ if ($uiHandler->alertMsg) {
|
||||||
//}
|
//}
|
||||||
ob_end_clean();
|
ob_end_clean();
|
||||||
if (isset($_REQUEST['target'])) {
|
if (isset($_REQUEST['target'])) {
|
||||||
if ($_REQUEST['target'] == "reload") {
|
|
||||||
header('Location: ui_browser.php?act='.$_REQUEST['target']);
|
header('Location: ui_browser.php?act='.$_REQUEST['target']);
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
header("Location: ".$uiHandler->redirUrl);
|
header("Location: ".$uiHandler->redirUrl);
|
||||||
}
|
}
|
||||||
exit;
|
exit;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue