mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Integrate configsets with user scripts configurations
This commit is contained in:
parent
30beb6d972
commit
b5197ba452
6 changed files with 137 additions and 36 deletions
|
|
@ -36,7 +36,7 @@ if(action == "add") then
|
|||
result.error = err
|
||||
end
|
||||
else
|
||||
local confid = _GET["confset_id"]
|
||||
local confid = tonumber(_GET["confset_id"])
|
||||
|
||||
if(confid == nil) then
|
||||
traceError(TRACE_ERROR, TRACE_CONSOLE, "Missing 'confset_id' parameter")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue