diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ require_once 'src/Controller/RouteController.php'; -$GLOBALS['full_domain'] = 'https://hn.cleberg.net'; -$GLOBALS['author_name'] = 'cmc'; +$GLOBALS['full_domain'] = 'https://hn.cmc.pub'; +$GLOBALS['author_name'] = 'Christian Cleberg'; $GLOBALS['site_title'] = 'hn'; $route = new HN\Controllers\RouteController($_SERVER['REQUEST_URI']); |