update
This commit is contained in:
parent
0185862dea
commit
6c2d947871
|
|
@ -110,7 +110,14 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
|||
$data = $new; // reload into form
|
||||
$saveSuccess = "Saved.";
|
||||
}
|
||||
|
||||
update_service("display");
|
||||
update_service("rtmp0");
|
||||
update_service("rtmp1");
|
||||
update_service("udp0");
|
||||
update_service("udp1");
|
||||
update_service("udp2");
|
||||
update_service("srt");
|
||||
update_service("custom");
|
||||
update_service("input");
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue