mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes missing path
This commit is contained in:
parent
716203244a
commit
846cf59966
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ local network_consts = require "network_consts"
|
|||
local qoe_utils
|
||||
local historical_ts_definitions
|
||||
if ntop.isEnterpriseM() then
|
||||
package.path = dirs.installdir .. "/pro/scripts/lua/modules/?.lua;" .. package.path
|
||||
historical_ts_definitions = require "historical_ts_definitions"
|
||||
end
|
||||
if ntop.isEnterpriseL() then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue