mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 10:41:34 +00:00
Removes flow_consts requires no longer necessary
This commit is contained in:
parent
16e2c9efe2
commit
f839b6ba76
24 changed files with 0 additions and 24 deletions
|
|
@ -8,7 +8,6 @@ package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
|||
require "lua_utils"
|
||||
require "flow_utils"
|
||||
local format_utils = require("format_utils")
|
||||
local flow_consts = require "flow_consts"
|
||||
local flow_utils = require "flow_utils"
|
||||
local icmp_utils = require "icmp_utils"
|
||||
local json = require "dkjson"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue