diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-08-02 11:08:11 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-08-02 11:08:11 -0500 |
commit | da41a4d731b41623b4fc5718b520ef5cb6d7cd06 (patch) | |
tree | 7318b95fabfbe4b0441584793ba3f1464e7413a3 | |
parent | b4821707c3cbefc3468c26acb31af037b839c789 (diff) | |
download | ifconfig.php-main.tar.gz ifconfig.php-main.tar.bz2 ifconfig.php-main.zip |
-rw-r--r-- | ifconfig.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ifconfig.php b/ifconfig.php index ef856b7..589f49c 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://github.com/ccleberg/ifconfig.php'; +$source_repository = 'https://git.sr.ht/~cxc/ifconfig.php'; // Extract geolocation $geo = loadGeo($_SERVER['REMOTE_ADDR']); |