3 lines
73 B
PHP
Executable file
3 lines
73 B
PHP
Executable file
<?php
|
|
echo str_replace("::ffff:", "", $_SERVER['REMOTE_ADDR'])."\n";
|
|
?>
|