diff --git a/index.php b/index.php
index b89344c..011351c 100644
--- a/index.php
+++ b/index.php
@@ -5,7 +5,31 @@
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.
";
+ }
+ ?>
+
+
+