filtre admin

This commit is contained in:
jbousquie 2016-11-29 16:49:24 +01:00
parent b02596ab0c
commit 867fe0357b

View File

@ -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;