filtre admin
This commit is contained in:
parent
b02596ab0c
commit
867fe0357b
@ -9,6 +9,9 @@ $username = Username();
|
|||||||
// test profil utilisateur
|
// test profil utilisateur
|
||||||
$profil = Profil($username);
|
$profil = Profil($username);
|
||||||
FiltreProfil($profil);
|
FiltreProfil($profil);
|
||||||
|
if ($profil < 2) {
|
||||||
|
header('Location: '.$winlog_url);
|
||||||
|
}
|
||||||
|
|
||||||
// paramètre update
|
// paramètre update
|
||||||
$update = false;
|
$update = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user