| Author | DaveJarvis <email> |
|---|---|
| Date | 2023-11-11 17:20:53 GMT-0800 |
| Commit | b4278cb96053dfbcc18ac85d29d2650b5aa3b40d |
| Parent | 1a0256b |
| Delta | 6 lines added, 1 line removed, 5-line increase |
| <?php | ||
| + /* Copyright 2023 White Magic Software, Ltd. -- All rights reserved. | ||
| + * | ||
| + * SPDX-License-Identifier: MIT | ||
| + */ | ||
| + | ||
| // Log all errors to a temporary file. | ||
| ini_set( 'log_errors', 1 ); | ||
| header( 'Cache-Control: private', false ); | ||
| - // Force the browser to download, rather than displaying the file inline. | ||
| + // Force the browser to download, rather than display the file inline. | ||
| header( "Content-Disposition: attachment; filename=\"$filename\"" ); | ||
| header( 'Accept-Ranges: bytes' ); | ||