Merge from Main #84
@@ -10,6 +10,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: alex-page/github-project-automation-plus@v0.2.4
|
- uses: alex-page/github-project-automation-plus@v0.2.4
|
||||||
with:
|
with:
|
||||||
project: FHeD v1.0
|
project: v1.0
|
||||||
column: In Progress
|
column: In progress
|
||||||
repo-token: ${{ secrets.AUTO_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
finfo_close($finfo);
|
finfo_close($finfo);
|
||||||
|
|
||||||
//Use Content-Disposition: attachment to specify the filename
|
//Use Content-Disposition: attachment to specify the filename
|
||||||
header('Content-Disposition: attachment; filename='.$remote_filename);
|
header('Content-Disposition: attachment; filename="'.$remote_filename.'"');
|
||||||
|
|
||||||
//No cache
|
//No cache
|
||||||
header('Expires: 0');
|
header('Expires: 0');
|
||||||
|
|||||||
Reference in New Issue
Block a user