diff options
| author | Christian Cleberg <[email protected]> | 2025-05-06 17:53:03 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2025-05-06 17:53:03 -0500 |
| commit | b4821707c3cbefc3468c26acb31af037b839c789 (patch) | |
| tree | a84bc7094d3c0db2dcfaeb0635b21413bd947d6e /ifconfig.php | |
| parent | 7856620e0fb4bbbf196187447a4c39765fd6d938 (diff) | |
| download | ifconfig.php-b4821707c3cbefc3468c26acb31af037b839c789.tar.gz ifconfig.php-b4821707c3cbefc3468c26acb31af037b839c789.tar.bz2 ifconfig.php-b4821707c3cbefc3468c26acb31af037b839c789.zip | |
update git links
Diffstat (limited to 'ifconfig.php')
| -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']); |
