diff options
author | 53hornet <atc@53hor.net> | 2021-10-26 19:19:46 -0400 |
---|---|---|
committer | 53hornet <atc@53hor.net> | 2021-10-26 19:19:46 -0400 |
commit | 0a4196c7f820b3ddae6d4cbd01d7f0a73d0787d9 (patch) | |
tree | 980d28faa317f78baab2afcdd0a1e67e218d5e37 | |
parent | cce096dae552f1b421785bc93fa87cd04e4b5146 (diff) | |
download | 53hor-0a4196c7f820b3ddae6d4cbd01d7f0a73d0787d9.tar.xz 53hor-0a4196c7f820b3ddae6d4cbd01d7f0a73d0787d9.zip |
update cv content headers
-rw-r--r-- | hireme/cv.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hireme/cv.php b/hireme/cv.php index 53ffaff..c9255a8 100644 --- a/hireme/cv.php +++ b/hireme/cv.php @@ -1,4 +1,5 @@ <?php header('content-type: application/pdf'); +header('content-disposition: attachment; filename=adam-carpenter-cv.pdf'); exec('/usr/local/bin/mutool convert -F pdf -o /tmp/cv.pdf cv.html'); passthru('/bin/cat /tmp/cv.pdf'); |