ip.zuim.de/raw/index.php
2024-07-18 17:55:28 +02:00

3 lines
73 B
PHP
Executable file

<?php
echo str_replace("::ffff:", "", $_SERVER['REMOTE_ADDR'])."\n";
?>