aboutsummaryrefslogtreecommitdiff
path: root/app/controllers/contact.controller.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-08-30 04:30:53 -0400
committerThedro Neely <thedroneely@gmail.com>2018-08-30 04:30:53 -0400
commit2bdcd9d9283b44e7c35822aa1317013928006fd8 (patch)
treeca2bf097e4dfcfdabba36a5cb2643560ab03b926 /app/controllers/contact.controller.php
downloadthedroneely.com-2bdcd9d9283b44e7c35822aa1317013928006fd8.tar.gz
thedroneely.com-2bdcd9d9283b44e7c35822aa1317013928006fd8.tar.bz2
thedroneely.com-2bdcd9d9283b44e7c35822aa1317013928006fd8.zip
Initialize Repo: First Commit
Diffstat (limited to 'app/controllers/contact.controller.php')
-rw-r--r--app/controllers/contact.controller.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/contact.controller.php b/app/controllers/contact.controller.php
new file mode 100644
index 0000000..60f5f08
--- /dev/null
+++ b/app/controllers/contact.controller.php
@@ -0,0 +1,3 @@
+<?php
+
+require '../app/views/contact.view.php';