mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +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
|
|
@ -6,7 +6,7 @@ local dirs = ntop.getDirs()
|
|||
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
||||
if((dirs.scriptdir ~= nil) and (dirs.scriptdir ~= "")) then package.path = dirs.scriptdir .. "/lua/modules/?.lua;" .. package.path end
|
||||
|
||||
if ntop.isEnterpriseM() then
|
||||
if ntop.isEnterpriseM() or ntop.isnEdgeEnterprise() then
|
||||
package.path = dirs.installdir .. "/pro/scripts/lua/modules/?.lua;" .. package.path
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue