mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49: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
|
|
@ -14,7 +14,9 @@ local os_utils = require "os_utils"
|
|||
local user_scripts = require "user_scripts"
|
||||
local template = require "template_utils"
|
||||
|
||||
sendHTTPContentTypeHeader('text/html', nil, nil, getBothViewFlag())
|
||||
sendHTTPContentTypeHeader('text/html')
|
||||
page_utils.manage_system_interface(page_utils.get_shared_interface_flag())
|
||||
|
||||
|
||||
if not haveAdminPrivileges() then
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue