mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Add missing requires in timeseries_info and influxdb
This commit is contained in:
parent
9165d05e40
commit
89eae33627
2 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ local driver = {}
|
|||
|
||||
-- NOTE: this script is required by second.lua, keep the imports minimal!
|
||||
require "ntop_utils"
|
||||
require "locales_utils"
|
||||
require "lua_utils_generic"
|
||||
local ts_common = require("ts_common")
|
||||
local json = require("dkjson")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue