aboutsummaryrefslogtreecommitdiff
path: root/public/index.php
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-11-16 01:32:48 -0500
committerThedro Neely <thedroneely@gmail.com>2022-11-16 01:32:48 -0500
commite6d95488be4310b8bd85854c541777bb26299658 (patch)
treea77802b60cc2c87414407170fd3528f83fe20638 /public/index.php
parent0ca13d03f3bca48f1f50119bbc6887f5c0ce43ed (diff)
downloadedwinmattiacci.com-e6d95488be4310b8bd85854c541777bb26299658.tar.gz
edwinmattiacci.com-e6d95488be4310b8bd85854c541777bb26299658.tar.bz2
edwinmattiacci.com-e6d95488be4310b8bd85854c541777bb26299658.zip
app: Cleanup dead files and organize hierarchy
Diffstat (limited to 'public/index.php')
-rw-r--r--public/index.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/public/index.php b/public/index.php
index 4f61001..0311f71 100644
--- a/public/index.php
+++ b/public/index.php
@@ -1,8 +1,6 @@
<?php
-/* start application */
require '../bootstrap/Bootstrap.php';
-/* load routes */
-require Router::load('../bootstrap/Routes.php')
+require Router::load('../app/Routes.php')
->direct(Request::uri(), Request::method());