This commit is contained in:
2026-03-19 14:08:16 +01:00
parent fb3747b6fb
commit b0c9827be5
+1 -1
View File
@@ -56,7 +56,7 @@ $game_name = $stmt->fetchColumn();
<button class="join-player-btn" onclick="window.location.href='game.html?game_id=<?php echo $game_id; ?>&player_id=<?php echo $player['id']; ?>'">
<?php echo htmlspecialchars($player['name']); ?>
</button>
<?php endfor; ?>
<?php endforeach; ?>
</div>
</div>
</body>