aboutsummaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-03-05 04:38:53 -0500
committerThedro Neely <thedroneely@gmail.com>2019-03-05 04:38:53 -0500
commitbb28bf680e7293584a0c3e1c11ad06e57f1de168 (patch)
tree16b742d29471eb62a2d69906dbe44bb435d86d05 /app/controllers
parent3a940d4c80e24a1702dff40ff5a3b70c1050c39c (diff)
downloadthedroneely.com-bb28bf680e7293584a0c3e1c11ad06e57f1de168.tar.gz
thedroneely.com-bb28bf680e7293584a0c3e1c11ad06e57f1de168.tar.bz2
thedroneely.com-bb28bf680e7293584a0c3e1c11ad06e57f1de168.zip
app/Routes: Add admin route
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/admin.controller.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/admin.controller.php b/app/controllers/admin.controller.php
new file mode 100644
index 0000000..dc041f0
--- /dev/null
+++ b/app/controllers/admin.controller.php
@@ -0,0 +1,3 @@
+<?php
+
+require '../app/views/admin.view.php';