mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Changed calls from sudowrapper to run script (nbox integration)
This commit is contained in:
parent
71fdeebe99
commit
4dfa9cb2f3
2 changed files with 17 additions and 17 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue