mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Refactors script_categories into check_categories (c++ and lua)
This commit is contained in:
parent
9cc3162513
commit
e33af8a23c
110 changed files with 208 additions and 208 deletions
|
|
@ -18,12 +18,12 @@ if not auth.has_capability(auth.capabilities.checks) then
|
|||
return
|
||||
end
|
||||
|
||||
local subdir = _GET["script_subdir"]
|
||||
local subdir = _GET["check_subdir"]
|
||||
|
||||
sendHTTPContentTypeHeader('application/json')
|
||||
|
||||
if(subdir == nil) then
|
||||
traceError(TRACE_ERROR, TRACE_CONSOLE, "Missing 'script_subdir' parameter")
|
||||
traceError(TRACE_ERROR, TRACE_CONSOLE, "Missing 'check_subdir' parameter")
|
||||
return
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue