diff options
| -rw-r--r-- | ifconfig.php | 6 |
1 files 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']); |
