diff options
| author | Christian Cleberg <[email protected]> | 2026-01-07 20:18:27 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-01-07 20:18:27 -0600 |
| commit | 01bd81cf3f943b4aff4e79f93910ab764a873548 (patch) | |
| tree | 1890dfbf76a205a4e3cb47f29aa0528468883b5d /index.php | |
| parent | 2fd901458c8da24fd0e28d4b07a99d3f4876316f (diff) | |
| download | hn-01bd81cf3f943b4aff4e79f93910ab764a873548.tar.gz hn-01bd81cf3f943b4aff4e79f93910ab764a873548.tar.bz2 hn-01bd81cf3f943b4aff4e79f93910ab764a873548.zip | |
MASSIVE UPDATE TO PYTHON STATIC SERVICE
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 10 |
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(); |
