mirror of
https://github.com/jakejarvis/simpip.git
synced 2025-10-16 08:24:28 -04:00
1 line
83 B
PHP
1 line
83 B
PHP
<?php header("Content-type: text/plain"); echo $_SERVER['HTTP_X_FORWARDED_FOR']; ?>
|