Browse Source

fix t.php

develop
François 3 years ago
parent
commit
eef34d8d9d
  1. 2
      src/Jirafeau/t.php

2
src/Jirafeau/t.php

@ -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);

Loading…
Cancel
Save