Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dfa9efec7a |
+1
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user