speedtest/getIP.php

4 lines
39 B
PHP

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