diff --git a/index.php b/index.php
index 011351c..b89344c 100644
--- a/index.php
+++ b/index.php
@@ -5,31 +5,7 @@
Questions? See the official FAQ.
-
-
-
Currently Active Users:
-
-
- $username";
- }
- // Repeat the list for seamless scrolling
- foreach ($activeUsers as $user) {
- $username = htmlspecialchars($user);
- echo "- $username
";
- }
- } else {
- echo "- No active users at the moment.
";
- }
- ?>
-
-
-