diff options
Diffstat (limited to 'ip')
-rw-r--r-- | ip/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ip/index.php b/ip/index.php new file mode 100644 index 0000000..405626b --- /dev/null +++ b/ip/index.php @@ -0,0 +1,3 @@ +<?php +echo 'This is the IP Address - '.$_SERVER['REMOTE_ADDR']; +?> |