mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
refactored new system interface logic
This commit is contained in:
parent
c0f30310f7
commit
84254e69a4
24 changed files with 115 additions and 69 deletions
|
|
@ -18,7 +18,9 @@ local json = require "dkjson"
|
|||
local discover = require "discover_utils"
|
||||
local mud_utils = require "mud_utils"
|
||||
|
||||
sendHTTPContentTypeHeader('text/html', nil, nil, getBothViewFlag())
|
||||
sendHTTPContentTypeHeader('text/html')
|
||||
page_utils.manage_system_interface(page_utils.get_shared_interface_flag())
|
||||
|
||||
|
||||
-- get config parameters like the id and name
|
||||
local script_subdir = _GET["subdir"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue