diff --git a/index.php b/index.php index c77b854..1b6f21a 100644 --- a/index.php +++ b/index.php @@ -5,7 +5,25 @@

Questions? See the official FAQ.

GMAIL USERS: We no longer accept gmail.com addresses for signups since you would not receive your account information email.

+ +
+

Currently Active Users

+
+ "; + foreach ($activeUsers as $user) { + echo "
  • " . htmlspecialchars($user) . "
  • "; + } + echo ""; + } else { + echo "

    No active users at the moment.

    "; + } + ?> +
    +