Fix many missing requires.

This commit is contained in:
Nicolo Maio 2024-02-20 10:14:40 +01:00
parent e243f7c826
commit 83634d06e1
6 changed files with 9 additions and 4 deletions

View file

@ -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 = {