Merge branch 'master' of https://codefirst.iut.uca.fr/git/nathan.boileau/Scripted
continuous-integration/drone/push Build encountered an error Details

ServeurDeTest
nathan boileau 2 years ago
commit 5b814d86d8

@ -53,5 +53,5 @@ $error = "";
// Server // Server
$serverAdress = "82.165.180.114"; $serverAdress = "82.165.180.114";
$playerNumberPerGame = 2; $playerNumberPerGame = 4;
$nbEnigmePerGame = 2; $nbEnigmePerGame = 2;

@ -87,7 +87,7 @@
<a class="left send py-1 px-2 mx-2 d-flex align-items-center" href="<?php echo 'index.php?action=goToEnigme&ordre='. $enigme->getOrdre();?>"> <a class="left send py-1 px-2 mx-2 d-flex align-items-center" href="<?php echo 'index.php?action=goToEnigme&ordre='. $enigme->getOrdre();?>">
Se rendre à l'énigme Se rendre à l'énigme
</a> </a>
<p id="result" class="py-1 px-2 mx-2 d-flex align-items-center"></p> <p id="result"></p>
</div> </div>
<script src="https://raw.githack.com/pythonpad/brython-runner/master/lib/brython-runner.bundle.js" <script src="https://raw.githack.com/pythonpad/brython-runner/master/lib/brython-runner.bundle.js"
type="text/javascript" charset="utf-8"></script> type="text/javascript" charset="utf-8"></script>

Loading…
Cancel
Save