mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
Remove unused require
This commit is contained in:
parent
ecd3d87481
commit
fdbea19ad5
1 changed files with 0 additions and 8 deletions
|
|
@ -22,14 +22,6 @@ local prefs = ntop.getPrefs()
|
|||
|
||||
local email_peer_pattern = [[^([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*)$]]
|
||||
|
||||
if ntop.isPro() or ntop.isnEdgeEnterprise() then
|
||||
package.path = dirs.installdir .. "/scripts/lua/pro/?.lua;" .. package.path
|
||||
package.path = dirs.installdir .. "/scripts/lua/pro/modules/?.lua;" .. package.path
|
||||
if hasClickHouseSupport() then
|
||||
flow_db_utils = require("flow_db_utils")
|
||||
end
|
||||
end
|
||||
|
||||
sendHTTPContentTypeHeader('text/html')
|
||||
|
||||
local alerts_disabled = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue