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