aboutsummaryrefslogtreecommitdiffstats
path: root/ip/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'ip/index.php')
-rw-r--r--ip/index.php3
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'];
+?>