Fixes Firefox Bug

Part of closing #78
This commit was merged in pull request #83.
This commit is contained in:
2020-08-13 20:31:59 +01:00
committed by Luke Tainton
parent 3265cc8ef4
commit aa58963455

View File

@@ -20,7 +20,7 @@
finfo_close($finfo);
//Use Content-Disposition: attachment to specify the filename
header('Content-Disposition: attachment; filename='.$remote_filename);
header('Content-Disposition: attachment; filename="'.$remote_filename.'"');
//No cache
header('Expires: 0');