fix niveau

This commit is contained in:
jbousquie 2016-11-30 09:52:46 +01:00
parent c43c92589a
commit a9cba0a794

View File

@ -63,8 +63,8 @@ function InfoCouleurs() {
</head> </head>
<body> <body>
<?php <?php
// Si le compte est autorisé à voir les salles, on affiche le div // Si le compte est autorisé à voir les salles (admins et superviseurs), on affiche le div
if ($profil > 0) { if ($profil >= $niveaux[$roles[2]]) {
// header // header
$liste_salles = ListeSalles(); $liste_salles = ListeSalles();
$infobulle = InfoWinlog(); $infobulle = InfoWinlog();