🐛 Display only open subscribed requests on home dash #86

Merged
MrLyallCSIT merged 3 commits from bug/70 into main 2020-08-13 19:47:40 +00:00
Showing only changes of commit ab630738f3 - 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');