mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
parent
ae4a8bdca0
commit
f8d09f7387
6 changed files with 45 additions and 10 deletions
|
|
@ -20,6 +20,10 @@ if not haveAdminPrivileges() then
|
|||
return
|
||||
end
|
||||
|
||||
if(_POST["action"] == "reset_config") then
|
||||
user_scripts.resetConfigsets()
|
||||
end
|
||||
|
||||
-- get subdir form url
|
||||
local subdir = _GET["subdir"]
|
||||
-- set default value for subdir if its empty
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue