aboutsummaryrefslogtreecommitdiff
path: root/index.php
blob: 03ecb6a884b69521a08e899a6f4316a9bf448808 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?php

require_once 'src/Controller/RouteController.php';

$GLOBALS['full_domain'] = 'https://hn.cleberg.net';
$GLOBALS['author_name'] = 'cmc';
$GLOBALS['site_title'] = 'hn';

$route = new HN\Controllers\RouteController($_SERVER['REQUEST_URI']);
$route->routeUser();