last stats

This commit is contained in:
Lanta 2023-09-25 13:59:18 +02:00
parent 76a4165d8a
commit fc182750ca
5 changed files with 185 additions and 2 deletions

View file

@ -28,7 +28,7 @@ error_reporting(E_ALL);
$selected_mode = isset($_POST['game_mode']) ? $_POST['game_mode'] : 'squad';
// Form to select game mode
echo "<form method='post' action='' class='sortable'>
echo "<form method='post' action=''>
<input type='submit' name='game_mode' value='solo' class='btn'>
<input type='submit' name='game_mode' value='duo' class='btn'>
<input type='submit' name='game_mode' value='squad' class='btn'>