mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +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
|
|
@ -10,8 +10,11 @@ require "lua_utils"
|
|||
|
||||
local presets_utils = require "presets_utils"
|
||||
local json = require("dkjson")
|
||||
local page_utils = require("page_utils")
|
||||
|
||||
sendHTTPContentTypeHeader('text/html')
|
||||
page_utils.manage_system_interface(page_utils.get_shared_interface_flag())
|
||||
|
||||
sendHTTPContentTypeHeader('text/html', nil, nil, getBothViewFlag())
|
||||
|
||||
if not isAdministrator() then
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue