1
mirror of https://github.com/jakejarvis/simpip.git synced 2025-06-27 17:25:41 -04:00
Files
simpip/index.php
Jake Jarvis 35e149b4c2 first commit
2012-05-01 11:24:57 -04:00

1 line
74 B
PHP

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