1
mirror of https://github.com/jakejarvis/simpip.git synced 2025-10-16 08:24:28 -04:00
Files
simpip/index.php
2012-05-04 15:11:39 +00:00

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']; ?>