mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +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
|
|
@ -12,7 +12,7 @@ local alert_consts = require("alert_consts")
|
|||
|
||||
sendHTTPContentTypeHeader('application/json')
|
||||
|
||||
local subdir = _POST["script_subdir"] -- optional (all subdirs if not specified)
|
||||
local subdir = _POST["check_subdir"] -- optional (all subdirs if not specified)
|
||||
local action = _POST["action"] -- enable/disable
|
||||
|
||||
if(not isAdministrator()) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue