summaryrefslogtreecommitdiff
path: root/cv.php
diff options
context:
space:
mode:
author53hornet <atc@53hor.net>2021-10-26 19:17:13 -0400
committer53hornet <atc@53hor.net>2021-10-26 19:17:13 -0400
commitcce096dae552f1b421785bc93fa87cd04e4b5146 (patch)
treeaa4308f65077f9eca07a4c2e4fb19e809ba01dfa /cv.php
parent13de3ecd17f28334dba9b99f9c1cb5b6d90e93b5 (diff)
download53hor-cce096dae552f1b421785bc93fa87cd04e4b5146.tar.xz
53hor-cce096dae552f1b421785bc93fa87cd04e4b5146.zip
subfolders, add contact, update hireme
Diffstat (limited to 'cv.php')
-rw-r--r--cv.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/cv.php b/cv.php
deleted file mode 100644
index 53ffaff..0000000
--- a/cv.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-header('content-type: application/pdf');
-exec('/usr/local/bin/mutool convert -F pdf -o /tmp/cv.pdf cv.html');
-passthru('/bin/cat /tmp/cv.pdf');