diff options
| author | Christian Cleberg <[email protected]> | 2025-12-30 22:52:31 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-12-30 22:52:31 -0600 |
| commit | 720a2f570f7ddf8d98cf1f1ea9b2496c9e133a66 (patch) | |
| tree | 4ae53608e136a698b442a5dd0c4134ffca50f54b /ifconfig.php | |
| parent | e5a74632f033cfdd2d1db67a66e4db568ab20620 (diff) | |
| download | ifconfig.php-720a2f570f7ddf8d98cf1f1ea9b2496c9e133a66.tar.gz ifconfig.php-720a2f570f7ddf8d98cf1f1ea9b2496c9e133a66.tar.bz2 ifconfig.php-720a2f570f7ddf8d98cf1f1ea9b2496c9e133a66.zip | |
update from sourcehut to cgit
Diffstat (limited to 'ifconfig.php')
| -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']); |
