1
mirror of https://github.com/jakejarvis/simpip.git synced 2025-04-26 12:58:27 -04:00

first commit

This commit is contained in:
Jake Jarvis 2012-05-01 11:24:57 -04:00
commit 35e149b4c2

1
index.php Normal file
View File

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