1
0
mirror of https://github.com/mikaela/mikaela.github.io/ synced 2025-06-14 18:57:33 +02:00
2012-08-17 18:09:36 +03:00

8 lines
51 B
PHP

<?php
$IP = getenv(REMOTE_ADDR);
echo "$IP";
?>