fix niveau
This commit is contained in:
parent
3aa8f87df2
commit
d42e846da7
@ -10,7 +10,7 @@ $username = Username();
|
|||||||
// test profil utilisateur
|
// test profil utilisateur
|
||||||
$profil = Profil($username);
|
$profil = Profil($username);
|
||||||
FiltreProfil($profil);
|
FiltreProfil($profil);
|
||||||
$admin = ($profil == 2);
|
$admin = ($profil == $niveaux[$roles[3]]);
|
||||||
|
|
||||||
// si le script est appelé sans paramètre, on quitte aussi
|
// si le script est appelé sans paramètre, on quitte aussi
|
||||||
$host = $_GET['id'];
|
$host = $_GET['id'];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user