mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Fix many missing requires.
This commit is contained in:
parent
e243f7c826
commit
83634d06e1
6 changed files with 9 additions and 4 deletions
|
|
@ -3,8 +3,10 @@
|
|||
--
|
||||
local dirs = ntop.getDirs()
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/timeseries/?.lua;" .. package.path
|
||||
|
||||
local ts_utils = require "ts_utils"
|
||||
require "lua_utils_generic"
|
||||
|
||||
local timeseries_info = {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue