update_service

This commit is contained in:
devdatt 2025-12-29 06:48:57 +05:30
parent 8d7a65ab71
commit 8c970ede74
1 changed files with 8 additions and 0 deletions

View File

@ -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;
} }
} }