speedtest/getIP.php

3 lines
39 B
PHP

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