mikaela.github.io/IP.php
Mikaela Suomalainen 7e72789540 chmod
2014-06-14 20:15:54 +03:00

10 lines
107 B
PHP
Executable File

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