fix create windows service box 2

This commit is contained in:
mercury
2024-10-10 00:19:59 +04:00
parent 486a2c5959
commit dc65e65e20
2 changed files with 3 additions and 2 deletions
+1 -2
View File
@@ -4871,8 +4871,7 @@ DNS-over-HTTPS with IP:
exit;
case 'w':
$link = htmlspecialchars($si, ENT_XML1, 'UTF-8');
file_put_contents('/singbox/winsw3.xml', preg_replace('#~url~#', $link, file_get_contents('/singbox/winsw3.xml')));
$n = "singbox_$uid.zip";
$n = "singbox_$uid.zip";
copy('/singbox/singbox.zip', $n);
$zip = new ZipArchive();
$zip->open($n, ZipArchive::CREATE);
+2
View File
@@ -1,3 +1,5 @@
10.10.2024 v1.65.1
- фикс создания архива windows service singbox 2
09.10.2024 v1.65
- фикс создания архива windows service singbox
06.10.2024 v1.64.1