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

ServeurDeTest
Noé GARNIER 2 years ago
parent 43ae0e446d
commit a732dcb757

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

Loading…
Cancel
Save