diff options
| author | Christian Cleberg <[email protected]> | 2025-03-11 18:25:18 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-03-11 18:25:18 -0500 |
| commit | 0063209979f22d7d63333047b6e2de187f28ff9c (patch) | |
| tree | 77d80b9830ab4e536ba915797d2fd5ec7d3600a1 /index.php | |
| parent | 4e146a6d1f189acd56376d9101215a9a6cbe7734 (diff) | |
| download | hn-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.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']); |
