8 lines
51 B
PHP
Raw Normal View History

2012-08-17 18:09:36 +03:00
<?php
$IP = getenv(REMOTE_ADDR);
echo "$IP";
?>