mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Additional cleanup for system interface handling
This commit is contained in:
parent
aea96c3bbc
commit
6767a5b8c7
5 changed files with 1 additions and 12 deletions
|
|
@ -34,7 +34,7 @@ local search_filter = _GET["search_script"]
|
|||
|
||||
local configset = user_scripts.getConfigset()
|
||||
local script_type = user_scripts.getScriptType(script_subdir)
|
||||
interface.select(getSystemInterfaceId())
|
||||
|
||||
local scripts = user_scripts.load(getSystemInterfaceId(), script_type, script_subdir)
|
||||
|
||||
if not haveAdminPrivileges() or not configset then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue