mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-06-25 09:00:29 +02:00
Suppression des tags $URL_BASE dans les fichiers HTML
This commit is contained in:
@ -38,7 +38,7 @@ if ($has_error)
|
||||
<td style="border: 1px solid black; text-align: center">
|
||||
<?php
|
||||
if (isset($_SESSION["role"]) && $_SESSION["role"] == Role::ADMIN)
|
||||
echo "<a href=\"$URL_BASE/equipe/" . $team->getTrigram() . "\">" . $team->getName() . "</a>";
|
||||
echo "<a href=\"/equipe/" . $team->getTrigram() . "\">" . $team->getName() . "</a>";
|
||||
else
|
||||
echo $team->getName();
|
||||
?>
|
||||
|
Reference in New Issue
Block a user