summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hireme/cv.php1
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');