From c41969531efebc8f7aa6c9e3e23818e8c5a281f2 Mon Sep 17 00:00:00 2001 From: Primrose Date: Sun, 6 Nov 2022 22:20:45 -0500 Subject: [PATCH] Update location of ip_info_index.php and update ip-info/index.php --- ip-info/index.php | 23 +++++++++++++++++++++++ ip_info_index.php | 7 ------- 2 files changed, 23 insertions(+), 7 deletions(-) create mode 100644 ip-info/index.php delete mode 100644 ip_info_index.php diff --git a/ip-info/index.php b/ip-info/index.php new file mode 100644 index 0000000..4db0658 --- /dev/null +++ b/ip-info/index.php @@ -0,0 +1,23 @@ + + + IP Info - Snowcake + + + + + +

IP Info

+
+ 🏠 Back to Home +
+
+ Your IP address is: echo "

IP address: $client_ip

"; + Your hostname is: echo "

Hostname: $client_hostname

"; +
+ + +?> diff --git a/ip_info_index.php b/ip_info_index.php deleted file mode 100644 index fcef31d..0000000 --- a/ip_info_index.php +++ /dev/null @@ -1,7 +0,0 @@ -IP address: $client_ip

"; - echo "

Hostname: $client_hostname

"; -?>