diff options
author | monaco <arianitkukaj@gmail.com> | 2022-01-14 19:29:55 +0000 |
---|---|---|
committer | monaco <arianitkukaj@gmail.com> | 2022-01-14 19:29:55 +0000 |
commit | 49588ea138304e8286330bb597b6c61746191df6 (patch) | |
tree | 971a6eb4b7ff1957544602870a3aba66c04df16d /ip/index.php | |
parent | Remove search feature (diff) | |
download | KISSmo-49588ea138304e8286330bb597b6c61746191df6.tar.gz KISSmo-49588ea138304e8286330bb597b6c61746191df6.zip |
Latest updatev1.1.0
Diffstat (limited to 'ip/index.php')
-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']; +?> |