Merge from Main #84

Merged
MrLyallCSIT merged 2 commits from main into bug/70 2020-08-13 19:39:18 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -10,6 +10,6 @@ jobs:
steps:
- uses: alex-page/github-project-automation-plus@v0.2.4
with:
project: FHeD v1.0
column: In Progress
repo-token: ${{ secrets.AUTO_TOKEN }}
project: v1.0
column: In progress
repo-token: ${{ secrets.GITHUB_TOKEN }}

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