all windows are implemented yet
This commit is contained in:
parent
0fca5f27cd
commit
a49bac6b5c
16 changed files with 292 additions and 80 deletions
|
@ -222,7 +222,7 @@ switch($_REQUEST['act']){
|
|||
$uiHandler->SCHEDULER->setReload();
|
||||
break;
|
||||
|
||||
case "SCHEDULER.uploadPlaylistMethod":
|
||||
case "SCHEDULER.uploadPlaylistMethod":
|
||||
$uiHandler->SCHEDULER->uploadPlaylistMethod($_REQUEST);
|
||||
$uiHandler->SCHEDULER->setReload();
|
||||
break;
|
||||
|
@ -240,4 +240,6 @@ if (ob_get_contents()) {
|
|||
}
|
||||
ob_end_clean
|
||||
?>
|
||||
<meta http-equiv="refresh" content="<?php echo $ui_wait ? $ui_wait : 0; ?>; URL=<?php echo $uiHandler->redirUrl; ?>">
|
||||
<meta http-equiv="refresh" content="<?php echo $ui_wait ? $ui_wait : 0; ?>; URL=<?php echo $uiHandler->redirUrl; ?>">
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue