mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add missing require
This commit is contained in:
parent
e03f4e1bf8
commit
027a4ebbf4
1 changed files with 1 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ local dirs = ntop.getDirs()
|
|||
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
||||
|
||||
require "ntop_utils"
|
||||
require "flow_utils"
|
||||
local json = require ("dkjson")
|
||||
local checks = require("checks")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue