diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc index d162854830..3494dadadd 100644 --- a/etc/inc/pfsense-utils.inc +++ b/etc/inc/pfsense-utils.inc @@ -2246,6 +2246,8 @@ function display_top_tabs(& $tab_array) { global $config; global $g; $allowed = $g['privs']; + if(!$allowed) + $allowed = $_SESSION['privs']; /* does the user have access to this tab? * master user has access to everything.