fix t.php

This commit is contained in:
François 2021-11-20 17:33:20 +01:00
parent 18c976f3e8
commit eef34d8d9d

View File

@ -99,7 +99,7 @@ if (!is_file ($tmpFileName.".zip"))
header ("HTTP/1.0 200 OK");
header ("Content-Type: application/zip");
header ('Content-Disposition: filename="'.$dirname.".zip\"'");
header ('Content-Disposition: filename="'.$dirname.'.zip"');
$r = fopen($tmpFileName.".zip", 'r');
while (!feof ($r)) {
print fread ($r, 1024);