Fixes Firefox Bug
Part of closing #78
This commit was merged in pull request #83.
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user