5 lines
75 B
PHP
Raw Normal View History

2013-05-10 02:09:39 +02:00
<?php
header('Content-Type: text/plain');
echo $_SERVER['REMOTE_ADDR'];
2017-12-04 08:48:10 -08:00
?>