This website requires JavaScript.
Explore
Help
Sign In
mirror
/
librespeed-speedtest
Watch
1
Star
0
Fork
0
mirror of
https://github.com/librespeed/speedtest.git
synced
2024-05-10 18:54:52 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2fda447449b9214b8cd720eb04653585f666fe4a
librespeed-speedtest
/
getIP.php
T
4 lines
39 B
PHP
Raw
Normal View
History
Unescape
Escape
Outputs Client IP in JSON
2017-02-26 04:13:26 -06:00
<?
php
Improved client IP detection; Updated examples
2017-02-26 12:15:51 +01:00
echo
$_SERVER
[
'REMOTE_ADDR'
];
Outputs Client IP in JSON
2017-02-26 04:13:26 -06:00
?>
Reference in New Issue
Copy Permalink