1
mirror of https://github.com/jakejarvis/simpip.git synced 2025-06-27 17:25:41 -04:00
Files
simpip/index.php
2012-05-04 11:15:01 -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']; ?>