mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Add configsets targets labels
This commit is contained in:
parent
c665bc78d7
commit
fc0206327e
6 changed files with 45 additions and 6 deletions
|
|
@ -17,7 +17,7 @@ local confset_id = tonumber(_GET["confset_id"]) or user_scripts.DEFAULT_CONFIGSE
|
|||
local subdir = _GET["script_subdir"]
|
||||
|
||||
if(subdir == nil) then
|
||||
traceError(TRACE_ERROR, TRACE_CONSOLE, "Missing 'subdir' parameter")
|
||||
traceError(TRACE_ERROR, TRACE_CONSOLE, "Missing 'script_subdir' parameter")
|
||||
return
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue