mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Added missing include
This commit is contained in:
parent
8504999a12
commit
0e3a92d05b
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@ local dirs = ntop.getDirs()
|
|||
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/pools/?.lua;" .. package.path
|
||||
require "lua_utils_generic"
|
||||
require "lua_utils_gui"
|
||||
require "check_redis_prefs"
|
||||
-- Instantiate host pools
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue