mirror of
https://github.com/librespeed/speedtest.git
synced 2026-07-09 10:11:30 +00:00
4 lines
90 B
PHP
4 lines
90 B
PHP
<?php
|
|
header('Content-Type: text/plain; charset=utf-8');
|
|
echo $_SERVER['REMOTE_ADDR'];
|
|
?>
|