aboutsummaryrefslogtreecommitdiff
path: root/app/controllers
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-04-04 02:52:39 -0400
committerThedro Neely <thedroneely@gmail.com>2019-04-04 02:52:39 -0400
commit0c76dec418ccbd4a08a2b4ed53c16d4357b8a81d (patch)
tree59c8c41aaa1dfd9abe1466ed02894cbcd027e726 /app/controllers
parent60e932fce10bbdccc4ffa0012949353680b9efa7 (diff)
downloadthedroneely.com-0c76dec418ccbd4a08a2b4ed53c16d4357b8a81d.tar.gz
thedroneely.com-0c76dec418ccbd4a08a2b4ed53c16d4357b8a81d.tar.bz2
thedroneely.com-0c76dec418ccbd4a08a2b4ed53c16d4357b8a81d.zip
app/views/admin: Remove admin route
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/admin.controller.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/controllers/admin.controller.php b/app/controllers/admin.controller.php
deleted file mode 100644
index dc041f0..0000000
--- a/app/controllers/admin.controller.php
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
-
-require '../app/views/admin.view.php';