mirror of
https://github.com/jakejarvis/simpip.git
synced 2025-04-26 19:38:26 -04:00
1 line
166 B
PHP
1 line
166 B
PHP
<?php header("Content-type: text/plain"); echo ($_SERVER['$_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['$_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; ?>
|