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'])) {