aboutsummaryrefslogtreecommitdiffstats
path: root/ip/index.php
diff options
context:
space:
mode:
authormonaco <arianitkukaj@gmail.com>2022-01-14 19:29:55 +0000
committermonaco <arianitkukaj@gmail.com>2022-01-14 19:29:55 +0000
commit49588ea138304e8286330bb597b6c61746191df6 (patch)
tree971a6eb4b7ff1957544602870a3aba66c04df16d /ip/index.php
parentRemove search feature (diff)
downloadKISSmo-49588ea138304e8286330bb597b6c61746191df6.tar.gz
KISSmo-49588ea138304e8286330bb597b6c61746191df6.zip
Latest updatev1.1.0
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'];
+?>