Files
librespeed-speedtest/getIP.php
2017-02-26 12:15:51 +01:00

4 lines
39 B
PHP

<?php
echo $_SERVER['REMOTE_ADDR'];
?>