mirror of
https://github.com/librespeed/speedtest.git
synced 2026-06-25 11:27:00 +00:00
4 lines
73 B
PHP
4 lines
73 B
PHP
<?php
|
|
$ip = $_SERVER['REMOTE_ADDR'];
|
|
echo "getIP({\"ip\":\"$ip\"});";
|
|
?>
|