speedtest/getIP.php

5 lines
90 B
PHP

<?php
header('Content-Type: text/plain; charset=utf-8');
echo $_SERVER['REMOTE_ADDR'];
?>