test (cette fois c'est la bonne)
continuous-integration/drone/push Build is passing Details

ServeurDeTest
Noé GARNIER 2 years ago
parent bb6399bb49
commit f03b07dbbd

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

Loading…
Cancel
Save