mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Code cleanup
This commit is contained in:
parent
9d9b79c1b6
commit
a3d36634e3
53 changed files with 75 additions and 321 deletions
|
|
@ -13,7 +13,7 @@ ntop.dumpFile(dirs.installdir .. "/httpdocs/inc/header.inc")
|
|||
|
||||
dofile(dirs.installdir .. "/scripts/lua/inc/menu.lua")
|
||||
|
||||
ifstats = aggregateInterfaceStats(interface.getStats())
|
||||
ifstats = interface.getStats()
|
||||
|
||||
sql = _GET["sql"]
|
||||
print('<p><form>SQL: <input type=text name=sql size="160" value="')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue