From 80dbd7929f3e0e861060c0c9a7087bc4e7689a9a Mon Sep 17 00:00:00 2001 From: Baptiste Date: Thu, 16 Jun 2022 00:05:54 +0200 Subject: [PATCH] patch admin 3->2 --- admin/gestion_des_acces.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin/gestion_des_acces.php b/admin/gestion_des_acces.php index 8cbc936..701a19e 100644 --- a/admin/gestion_des_acces.php +++ b/admin/gestion_des_acces.php @@ -31,7 +31,7 @@ if(isset($_POST['send'])) { $perm_int = 1; break; case "v2": - $perm_int = 3; + $perm_int = 2; break; }