Fixes Firefox Bug

Part of closing #78
This commit is contained in:
2020-08-13 20:31:59 +01:00
parent 5f011e23a5
commit f40281c5cb

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