Correction de bug
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent da7ea1a479
commit bb6399bb49

@ -31,14 +31,12 @@
global $playerNumberPerGame;
$i = 0;
for ($i; $i <= $playerNumberPerGame; $i++) {
echo $i . "b\n";
echo "<tr>";
echo "<th scope='row'> X </th>";
echo "<td>" . $lesInfos[0][$i]->getPseudo() . "</td>";
echo "<td>" . $lesInfos[1][$i] . "</td>";
echo "<td>" . $lesInfos[2][$i] . "</td>";
echo "</tr>";
$i++;
}
?>
</tbody>

Loading…
Cancel
Save