From 720a2f570f7ddf8d98cf1f1ea9b2496c9e133a66 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 30 Dec 2025 22:52:31 -0600 Subject: update from sourcehut to cgit --- ifconfig.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ifconfig.php b/ifconfig.php index 589f49c..549bde9 100644 --- a/ifconfig.php +++ b/ifconfig.php @@ -14,10 +14,10 @@ function loadGeo(string $ipAddress): ?array } // Set top-level variables for HTML -$site_title = 'ip.cmc.pub'; +$site_title = 'ip.cleberg.net'; $site_owner_name = 'Christian Cleberg'; -$site_owner_url = 'https://cmc.pub'; -$source_repository = 'https://git.sr.ht/~cxc/ifconfig.php'; +$site_owner_url = 'https://cleberg.net'; +$source_repository = 'https://git.cleberg.net/ifconfig.php.git'; // Extract geolocation $geo = loadGeo($_SERVER['REMOTE_ADDR']); -- cgit v1.2.3