Undo of accidental checkin

This commit is contained in:
paul 2006-11-21 19:37:29 +00:00
parent 415a2befef
commit 006e40a41b

View file

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