diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-05-06 17:53:03 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-05-06 17:53:03 -0500 |
commit | b4821707c3cbefc3468c26acb31af037b839c789 (patch) | |
tree | a84bc7094d3c0db2dcfaeb0635b21413bd947d6e | |
parent | 7856620e0fb4bbbf196187447a4c39765fd6d938 (diff) | |
download | ifconfig.php-b4821707c3cbefc3468c26acb31af037b839c789.tar.gz ifconfig.php-b4821707c3cbefc3468c26acb31af037b839c789.tar.bz2 ifconfig.php-b4821707c3cbefc3468c26acb31af037b839c789.zip |
update git links
-rw-r--r-- | ifconfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ifconfig.php b/ifconfig.php index 826f9eb..ef856b7 100644 --- a/ifconfig.php +++ b/ifconfig.php @@ -17,7 +17,7 @@ function loadGeo(string $ipAddress): ?array $site_title = 'ip.cmc.pub'; $site_owner_name = 'Christian Cleberg'; $site_owner_url = 'https://cmc.pub'; -$source_repository = 'https://git.sr.ht/~cmc/ifconfig.php'; +$source_repository = 'https://github.com/ccleberg/ifconfig.php'; // Extract geolocation $geo = loadGeo($_SERVER['REMOTE_ADDR']); |