diff --git a/admin/recup_comptes.php b/admin/recup_comptes.php index 9ea747d..9e7a435 100644 --- a/admin/recup_comptes.php +++ b/admin/recup_comptes.php @@ -7,6 +7,9 @@ $username = Username(); // test profil utilisateur $profil = Profil($username); FiltreProfil($profil); +if ($profil < 2) { + header('Location: '.$winlog_url); +} // Connexion à la base winlog $db = db_connect();