Merge from Main #84
@@ -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 }}
|
||||
|
||||
@@ -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