update_service
This commit is contained in:
parent
8d7a65ab71
commit
8c970ede74
|
|
@ -158,6 +158,14 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
$zip->close();
|
$zip->close();
|
||||||
|
|
||||||
unlink($tmpZip);
|
unlink($tmpZip);
|
||||||
|
update_service("display");
|
||||||
|
update_service("rtmp0");
|
||||||
|
update_service("rtmp1");
|
||||||
|
update_service("udp0");
|
||||||
|
update_service("udp1");
|
||||||
|
update_service("udp2");
|
||||||
|
update_service("srt");
|
||||||
|
update_service("custom");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue