mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Add checks for nedge enterprise
This commit is contained in:
parent
0039160f18
commit
a55841794b
3 changed files with 3 additions and 3 deletions
|
|
@ -24,7 +24,7 @@ if not isAdministratorOrPrintErr() then
|
|||
return
|
||||
end
|
||||
|
||||
if not ntop.isEnterpriseL() then
|
||||
if not ntop.isEnterpriseL() and not ntop.isnEdgeEnterprise() then
|
||||
rest_utils.answer(rest_utils.consts.err.not_granted)
|
||||
return
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue