fix niveau
This commit is contained in:
parent
c43c92589a
commit
a9cba0a794
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user