mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 16:30:10 +00:00
Code cleanup
This commit is contained in:
parent
9d9b79c1b6
commit
a3d36634e3
53 changed files with 75 additions and 321 deletions
|
|
@ -12,7 +12,7 @@ sendHTTPHeader('text/html; charset=iso-8859-1')
|
|||
|
||||
ifid = _GET["id"]
|
||||
interface.select(ifid)
|
||||
ifstats = aggregateInterfaceStats(interface.getStats())
|
||||
ifstats = interface.getStats()
|
||||
|
||||
print('[')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue