aboutsummaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-10-22 01:40:37 -0400
committerThedro Neely <thedroneely@gmail.com>2018-10-22 01:40:37 -0400
commit7468c75c54cb1971f13e0a5eda9f63cf77b3bc4b (patch)
tree78b326971c158068da4bd429cfb45a6a842232ad /app/controllers
parent73a342e951776dc48208ebbc1cb2a0796b8b90ac (diff)
downloadthedroneely.com-7468c75c54cb1971f13e0a5eda9f63cf77b3bc4b.tar.gz
thedroneely.com-7468c75c54cb1971f13e0a5eda9f63cf77b3bc4b.tar.bz2
thedroneely.com-7468c75c54cb1971f13e0a5eda9f63cf77b3bc4b.zip
app: Add resume page and controller
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/resume.controller.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/resume.controller.php b/app/controllers/resume.controller.php
new file mode 100644
index 0000000..3efc556
--- /dev/null
+++ b/app/controllers/resume.controller.php
@@ -0,0 +1,3 @@
+<?php
+
+require '../app/views/resume.view.php';