diff --git a/ip-info/index.php b/ip-info/index.php
deleted file mode 100644
index dd85a6c..0000000
--- a/ip-info/index.php
+++ /dev/null
@@ -1,42 +0,0 @@
-
-
-
-
-
-
-
-
-
- IP Address: $client_ip";
- echo "
Hostname: $client_hostname
";
- echo "
ISP: " . $json->org, "
";
- echo "
City: " . $json->city, "
";
- echo "
Region: " . $json->region, "
";
- echo "
Country: " . $json->country, "
";
- echo "
Coordinates: " . $json->loc, "
";
- echo "
Postal Code: " . $json->postal, "
";
- echo "
Timezone: " . $json->timezone, "
";
- ?>
-
-
-
diff --git a/site-directory/index.html b/site-directory/index.html
index b70856a..73fbdc9 100644
--- a/site-directory/index.html
+++ b/site-directory/index.html
@@ -33,8 +33,6 @@