aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorChristian Cleberg <hello@cmc.pub>2025-03-11 18:25:18 -0500
committerChristian Cleberg <hello@cmc.pub>2025-03-11 18:25:18 -0500
commit0063209979f22d7d63333047b6e2de187f28ff9c (patch)
tree77d80b9830ab4e536ba915797d2fd5ec7d3600a1 /index.php
parent4e146a6d1f189acd56376d9101215a9a6cbe7734 (diff)
downloadhn-0063209979f22d7d63333047b6e2de187f28ff9c.tar.gz
hn-0063209979f22d7d63333047b6e2de187f28ff9c.tar.bz2
hn-0063209979f22d7d63333047b6e2de187f28ff9c.zip
move from cleberg.net to cmc.pub
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']);