fix niveau

This commit is contained in:
jbousquie 2016-11-30 09:58:08 +01:00
parent 64f67eebb3
commit 3aa8f87df2

View File

@ -12,7 +12,7 @@ function Quitte() {
Quitte(); Quitte();
} }
if ($profil < 2 OR !isset($_GET["f"])) { if ($profil < $niveaux[$roles[3]] OR !isset($_GET["f"])) {
} }