mirror of
https://github.com/librespeed/speedtest.git
synced 2024-05-10 18:54:52 +00:00
5 lines
73 B
PHP
5 lines
73 B
PHP
<?php
|
|
$ip = $_SERVER['REMOTE_ADDR'];
|
|
echo "getIP({\"ip\":\"$ip\"});";
|
|
?>
|