mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Replace isEnterprise with isEnterpriseM
This commit is contained in:
parent
457066ebb4
commit
2425134f05
19 changed files with 38 additions and 38 deletions
|
|
@ -27,7 +27,7 @@ if(ntop.isnEdge()) then
|
|||
shaper_utils = require("shaper_utils")
|
||||
end
|
||||
|
||||
if ntop.isEnterprise() then
|
||||
if ntop.isEnterpriseM() then
|
||||
local dirs = ntop.getDirs()
|
||||
package.path = dirs.installdir .. "/pro/scripts/lua/enterprise/modules/?.lua;" .. package.path
|
||||
require "enterprise_alert_utils"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue