*** empty log message ***

This commit is contained in:
sebastian 2005-03-06 20:20:16 +00:00
parent 855ae6dcd4
commit 50f493d4d2
7 changed files with 550 additions and 11 deletions

View file

@ -222,16 +222,17 @@ switch($_REQUEST['act']){
$uiHandler->SCHEDULER->setReload();
break;
case "SCHEDULER.uploadPL":
$uiHandler->SCHEDULER->uploadPL($_REQUEST['gunid']);
case "SCHEDULER.displaySchedule":
$uiHandler->SCHEDULER->displaySchedule();
$uiHandler->SCHEDULER->setReload();
break;
default:
$_SESSION["alertMsg"] = tra("Unknown method: $1", $_REQUEST["act"]);
header("Location: ".UI_BROWSER.'?popup[]=_reload_parent&popup[]=_close');
#header("Location: ".UI_BROWSER.'?popup[]=_reload_parent&popup[]=_close');
die();
}
if ($uiHandler->alertMsg) $_SESSION['alertMsg'] = $uiHandler->alertMsg;
header('Location: '.$uiHandler->redirUrl);
?>
#header('Location: '.$uiHandler->redirUrl);
?>
<meta http-equiv="refresh" content="0; URL=<?php echo $uiHandler->redirUrl; ?>">