diff --git a/index.php b/index.php index 57b9c16..c459e27 100644 --- a/index.php +++ b/index.php @@ -13,13 +13,17 @@ $activeUsers = json_decode(file_get_contents('online-users.json'), true); if (!empty($activeUsers)) { - $userList = ""; + echo ""; } else { echo "No active users at the moment."; }