mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Review and fix all nedge code accessing CH
This commit is contained in:
parent
0ce55bdd67
commit
5e4587c094
5 changed files with 6 additions and 10 deletions
|
|
@ -21,7 +21,7 @@ local auth = require "auth"
|
|||
|
||||
local email_peer_pattern = [[^([a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*)$]]
|
||||
|
||||
if (ntop.isPro()) then
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue