aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 03ecb6a..0f8b78c 100644
--- a/index.php
+++ b/index.php
@@ -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']);