Undo of accidental checkin

This commit is contained in:
paul 2006-11-21 19:37:29 +00:00
parent 415a2befef
commit 006e40a41b
1 changed files with 1 additions and 5 deletions

View File

@ -458,11 +458,7 @@ if ($uiHandler->alertMsg) {
//}
ob_end_clean();
if (isset($_REQUEST['target'])) {
if ($_REQUEST['target'] == "reload") {
header('Location: ui_browser.php?act='.$_REQUEST['target']);
} else {
}
header('Location: ui_browser.php?act='.$_REQUEST['target']);
} else {
header("Location: ".$uiHandler->redirUrl);
}