1
mirror of https://github.com/jakejarvis/simpip.git synced 2025-04-26 18:38:25 -04:00
simpip/index.php
2012-06-11 11:16:20 -04:00

1 line
146 B
PHP

<?php header("Content-type: text/plain"); echo ($_SERVER['HTTP_X_FORWARDED_FOR']) ? $_SERVER['HTTP_X_FORWARDED_FOR'] : $_SERVER['REMOTE_ADDR']; ?>