Merge from Main #84

Merged
MrLyallCSIT merged 2 commits from main into bug/70 2020-08-13 19:39:18 +00:00
Showing only changes of commit aa58963455 - Show all commits

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