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
|
|
@ -8,7 +8,7 @@ local clock_start = os.clock()
|
|||
local dirs = ntop.getDirs()
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
||||
|
||||
-- require "lua_utils"
|
||||
require "lua_utils"
|
||||
local json = require ("dkjson")
|
||||
|
||||
local rest_utils = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue