fix singbox zip

This commit is contained in:
mercury
2024-04-13 19:30:57 +04:00
parent e1902827ce
commit dfa9efec7a
+1 -1
View File
@@ -67,7 +67,7 @@ if ($hash == substr(md5($c['key']), 0, 8)) {
}
$zip->close();
header('Content-Disposition: attachment; filename="singbox.zip"');
echo file_get_contents('singbox.zip');
echo file_get_contents($n);
unlink($n);
break;
}