Changed calls from sudowrapper to run script (nbox integration)

This commit is contained in:
valentina 2017-04-26 19:09:39 +02:00
parent 71fdeebe99
commit 4dfa9cb2f3
2 changed files with 17 additions and 17 deletions

View file

@ -19,7 +19,7 @@ if((nbox_password == nil) or (nbox_password == "")) then nbox_password = "nbox"
local base_url = "https://localhost"
local status_url = base_url.."/ntop-bin/check_status_tasks_external.cgi"
local schedule_url = base_url.."/ntop-bin/sudowrapper_external.cgi?script=npcapextract_external.cgi"
local schedule_url = base_url.."/ntop-bin/run.cgi?script=npcapextract_external.cgi"
-- Query parameters
action = _GET["nbox_action"]