mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-25 09:40:31 +02:00
Utilisation d'un dispatcher pour gérer les redirections
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
<?php require_once "header.php" ?>
|
||||
|
||||
<h2>Tournoi de <?= $tournament->getName() ?></h2>
|
||||
|
||||
<strong>Organisateur<?= sizeof($orgas) >= 2 ? 's' : '' ?> :</strong>
|
||||
@ -224,3 +226,5 @@ else {
|
||||
</form>
|
||||
<?php } ?>
|
||||
|
||||
<?php require_once "footer.php" ?>
|
||||
|
||||
|
Reference in New Issue
Block a user