mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Fix missing require
This commit is contained in:
parent
d739941bc0
commit
1fb19b9124
1 changed files with 2 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ local dirs = ntop.getDirs()
|
|||
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
||||
|
||||
local rest_utils = require("rest_utils")
|
||||
require "lua_utils_generic"
|
||||
|
||||
local is_range_picker = toboolean(_GET["is_range_picker"]) or false
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue