mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Additional fixes for interface validation
This commit is contained in:
parent
e8fcbd2a90
commit
3258fa074e
3 changed files with 15 additions and 6 deletions
|
|
@ -241,9 +241,8 @@ else
|
|||
local ifid = nil
|
||||
if not isEmptyString(_GET["ifid"]) then
|
||||
ifid = _GET["ifid"]
|
||||
res = dumpInterfaceStats(ifid)
|
||||
end
|
||||
res = dumpInterfaceStats(ifid)
|
||||
|
||||
end
|
||||
|
||||
print(json.encode(res))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue