mirror of
https://github.com/librespeed/speedtest.git
synced 2024-05-10 18:54:52 +00:00
5 lines
90 B
PHP
5 lines
90 B
PHP
<?php
|
|
header('Content-Type: text/plain; charset=utf-8');
|
|
echo $_SERVER['REMOTE_ADDR'];
|
|
?>
|