mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-25 03:40:28 +02:00
Diffusion des vidéos
This commit is contained in:
@ -19,6 +19,7 @@ for ($i = 1; $i <= 5; ++$i) {
|
||||
echo "Participant $i : <a href=\"$URL_BASE/informations/$id/" . $participant->getFirstName() . " " . $participant->getSurname() . "\">" . $participant->getFirstName() . " " . $participant->getSurname() . "</a><br />";
|
||||
}
|
||||
?>
|
||||
Autorise Animath à diffuser les vidéos : <?= $team->allowPublish() ? "oui" : "non" ?>
|
||||
|
||||
<?php
|
||||
if ($_SESSION["role"] == Role::ADMIN) { ?>
|
||||
|
Reference in New Issue
Block a user