filtre admin

This commit is contained in:
jbousquie 2016-11-29 16:48:48 +01:00
parent 0a2bd635d2
commit b02596ab0c

View File

@ -7,6 +7,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);
}
// Connexion à la base winlog // Connexion à la base winlog
$db = db_connect(); $db = db_connect();