aboutsummaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2018-09-09 04:15:23 -0400
committerThedro Neely <thedroneely@gmail.com>2018-09-09 04:15:23 -0400
commitcd89cf8181e175d26f9a0ce804ccf92762238e3b (patch)
tree425fe38db7e20dec51e576109ee33e3e64560358 /public/index.php
parentb9f898ffe79ecde707feb6759cf2be66e91325d5 (diff)
downloadthedroneely.com-cd89cf8181e175d26f9a0ce804ccf92762238e3b.tar.gz
thedroneely.com-cd89cf8181e175d26f9a0ce804ccf92762238e3b.tar.bz2
thedroneely.com-cd89cf8181e175d26f9a0ce804ccf92762238e3b.zip
vendor/public: Hugo build run to update public static files
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/public/index.php b/public/index.php
index 7f09f58..8d94a89 100644
--- a/public/index.php
+++ b/public/index.php
@@ -6,6 +6,9 @@ require '../bootstrap/Bootstrap.php';
/* create new router */
$router = new Router;
+/* instantiate navigator functions */
+$navigation = new Navigation();
+
/* direct routes as defined */
require Router::load('../app/Routes.php')
->direct(Request::uri(), Request::method());