1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-25 12:17:27 +02:00

Modifications mineures

This commit is contained in:
Yohann D'ANELLO
2020-01-21 12:43:13 +01:00
parent cd70de049a
commit 6fe398d965
10 changed files with 43 additions and 36 deletions

View File

@ -1,6 +1,6 @@
<?php
if ($_SESSION["role"] != Role::ADMIN)
if ($_SESSION["role"] != Role::ADMIN && $_SESSION["role"] != Role::ORGANIZER)
require_once "server_files/403.php";
$organizers = User::getOrganizers();