mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
fixed issue #3638
This commit is contained in:
parent
b00cc98bd0
commit
6d66d9e744
2 changed files with 11 additions and 6 deletions
|
|
@ -246,6 +246,12 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function isNoLoginUser()
|
||||
return _SESSION["user"] == ntop.getNologinUser()
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function getSystemInterfaceId()
|
||||
-- NOTE: keep in sync with SYSTEM_INTERFACE_ID in ntop_defines.h
|
||||
-- This must be a string as it is passed in interface.select
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue