Compare commits

...

1 Commits

Author SHA1 Message Date
mercury dfa9efec7a fix singbox zip 2024-04-13 19:30:57 +04:00
+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;
}