test
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 3 years ago
parent a732dcb757
commit d93c23025e

@ -30,8 +30,7 @@
<?php
global $playerNumberPerGame;
$i = 0;
for ($i; $i < $playerNumberPerGame; $i++) {
echo $i . "b\n";
for ($i; $i <= $playerNumberPerGame; $i++) {
echo "<tr>";
echo "<th scope='row'> X </th>";
echo "<td>" . $lesInfos[0][$i]->getPseudo() . "</td>";

Loading…
Cancel
Save