mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
Fixes addition of active monitoring hosts - circular require
Fixes #4345
This commit is contained in:
parent
49496d10cd
commit
230d40abf9
3 changed files with 1 additions and 3 deletions
|
|
@ -4,7 +4,6 @@
|
|||
local dirs = ntop.getDirs()
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/recipients/?.lua;" .. package.path
|
||||
|
||||
require "lua_utils"
|
||||
local json = require "dkjson"
|
||||
local os_utils = require "os_utils"
|
||||
local lua_path_utils = require "lua_path_utils"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue