diff --git a/access.lua b/access.lua index 1ec8672..2aeb26c 100644 --- a/access.lua +++ b/access.lua @@ -318,7 +318,7 @@ end if longest_unprotected_match ~= "" and string.len(longest_unprotected_match) > string.len(longest_protected_match) then - if hlp.is_logged_in() then + if hlp.is_logged_in() and hlp.has_access() then serveYnhpanel() hlp.set_headers()