From f4bc05e0274ea50f4bddc880f24a7004c05fc3ac Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Fri, 8 Mar 2024 10:32:50 +0000 Subject: [PATCH] Update file functions.php --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index ceb45c0d..be492bc2 100644 --- a/include/functions.php +++ b/include/functions.php @@ -9,7 +9,7 @@ function nav($nav) { foreach($nav as $name => $url) { echo ""; } - if($_SESSION['role'] >= 4) { + if($_SESSION['role'] >= 3) { echo ""; } if (isset($_SESSION['userid'])) {