mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-03 17:30:11 +00:00
Removed useless require
This commit is contained in:
parent
ff2388f0c6
commit
20c31148e4
6 changed files with 0 additions and 16 deletions
|
|
@ -6,12 +6,7 @@ package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
|||
|
||||
require "lua_utils"
|
||||
|
||||
local info = ntop.getInfo()
|
||||
|
||||
local json = require ("dkjson")
|
||||
local page_utils = require("page_utils")
|
||||
local format_utils = require("format_utils")
|
||||
local os_utils = require "os_utils"
|
||||
local host_pools_nedge = require "host_pools_nedge"
|
||||
local rest_utils = require("rest_utils")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue