mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Add load ports feedback and fix bugs.(#7625)
This commit is contained in:
parent
e427cdafbc
commit
9828ec3606
7 changed files with 15 additions and 18 deletions
|
|
@ -16,6 +16,7 @@ local scan_ports = _GET["scan_ports"]
|
|||
|
||||
if isEmptyString(host) or isEmptyString(scan_type) then
|
||||
rest_utils.answer(rest_utils.consts.err.bad_content)
|
||||
return
|
||||
end
|
||||
|
||||
local result = vs_utils.save_host_to_scan(scan_type, host, nil, nil, nil, 5, scan_ports)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue