diff options
| author | Christian Cleberg <[email protected]> | 2026-01-07 19:11:51 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-01-07 19:11:51 -0600 |
| commit | 74c8245022b64da299df52b6f98b5045f337fd72 (patch) | |
| tree | 5dabb79ba53c00be1e947217f978d8be23abdfb7 /index.php | |
| parent | 3c5a077c9b22af5e2c635bb6193e533fef821b30 (diff) | |
| download | hn-74c8245022b64da299df52b6f98b5045f337fd72.tar.gz hn-74c8245022b64da299df52b6f98b5045f337fd72.tar.bz2 hn-74c8245022b64da299df52b6f98b5045f337fd72.zip | |
update URL
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ require_once 'src/Controller/RouteController.php'; -$GLOBALS['full_domain'] = 'https://hn.cmc.pub'; +$GLOBALS['full_domain'] = 'https://hn.cleberg.net'; $GLOBALS['author_name'] = 'Christian Cleberg'; $GLOBALS['site_title'] = 'hn'; |
