| Author | DaveJarvis <email> |
|---|---|
| Date | 2023-11-10 18:58:26 GMT-0800 |
| Commit | c63fcdd4697fe6933276d1310153c7eb2185e241 |
| Parent | 5b63574 |
| header( 'Content-Transfer-Encoding: binary' ); | ||
| header( 'Content-Description: File Transfer' ); | ||
| - header( "Content-Disposition: attachment; filename='$filename'" ); | ||
| + header( "Content-Disposition: attachment; filename=\"$filename\"" ); | ||
| // If the file doesn't exist, don't count it as a download. |
| Delta | 1 line added, 1 line removed |
|---|