mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Add missing require
This commit is contained in:
parent
0dd346d77c
commit
3cc2e8f1fe
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ local webhook_utils = require("webhook")
|
|||
local recording_utils = require "recording_utils"
|
||||
local remote_assistance = require "remote_assistance"
|
||||
local page_utils = require("page_utils")
|
||||
local ts_utils = require("ts_utils")
|
||||
local nindex_utils = nil
|
||||
|
||||
if(ntop.isPro()) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue