1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-25 10:20:28 +02:00

Possibilité d'ajout d'un administrateur

This commit is contained in:
galaxyoyo
2019-09-12 16:19:47 +02:00
parent 61bec11bdb
commit 1edc2cbd60
6 changed files with 139 additions and 0 deletions

View File

@ -42,6 +42,7 @@
<?php } ?>
<?php } ?>
<?php if ($_SESSION["role"] == Role::ADMIN) { ?>
<li><a href="<?= $URL_BASE ?>/ajouter_admin">Ajouter un administrateur</a></li>
<?php } ?>
<li><a href="<?= $URL_BASE ?>/deconnexion">Déconnexion</a></li>
<hr />