diff --git a/app/Config/Acl.php b/app/Config/Acl.php index 7721a764..c967de82 100644 --- a/app/Config/Acl.php +++ b/app/Config/Acl.php @@ -309,7 +309,7 @@ class Acl // ===================== DEFAULT DENY (ZERO TRUST) ===================== '#^/#' => [ - 'roles' => [ADMIN_ROLE_ID], + 'roles' => [ADMIN_ROLE_ID, HEAD_ROLE_ID], 'teams' => [] ], ]; diff --git a/app/Views/layout/header.php b/app/Views/layout/header.php index 69f7d3ab..0280e6e8 100755 --- a/app/Views/layout/header.php +++ b/app/Views/layout/header.php @@ -2102,9 +2102,10 @@ body[data-sidebar-size="condensed"] .footer { - + + + -