summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/index.php b/index.php
deleted file mode 100644
index 163b112..0000000
--- a/index.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<?php
-
-require_once 'src/Controller/RouteController.php';
-
-$GLOBALS['full_domain'] = 'https://hn.cleberg.net';
-$GLOBALS['author_name'] = 'Christian Cleberg';
-$GLOBALS['site_title'] = 'hn';
-
-$route = new HN\Controllers\RouteController($_SERVER['REQUEST_URI']);
-$route->routeUser();