mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
13 lines
297 B
Lua
13 lines
297 B
Lua
--
|
|
-- (C) 2019-20 - ntop.org
|
|
--
|
|
|
|
local dirs = ntop.getDirs()
|
|
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
|
|
|
-- ########################################################
|
|
|
|
interface.periodicStatsUpdate()
|
|
|
|
-- ########################################################
|
|
|