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 "$name
";
}
- if($_SESSION['role'] >= 4) {
+ if($_SESSION['role'] >= 3) {
echo "Admin
";
}
if (isset($_SESSION['userid'])) {