mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fixes some lua requires
This commit is contained in:
parent
14d9dd5bb4
commit
e243f7c826
7 changed files with 25 additions and 11 deletions
|
|
@ -7,7 +7,6 @@ local dirs = ntop.getDirs()
|
|||
package.path = dirs.installdir .. "/scripts/lua/modules/notifications/?.lua;" .. package.path
|
||||
|
||||
local os_utils = require("os_utils")
|
||||
local file_utils = require("file_utils")
|
||||
local template_utils = require("template_utils")
|
||||
local lua_path_utils = require("lua_path_utils")
|
||||
require "lua_trace"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue