mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Replace isEnterprise with isEnterpriseM
This commit is contained in:
parent
457066ebb4
commit
2425134f05
19 changed files with 38 additions and 38 deletions
|
|
@ -54,7 +54,7 @@ local function flowsTableName(version, force_raw)
|
|||
|
||||
local tblname = "flowsv"..version
|
||||
|
||||
if force_raw ~= true and ntop.isEnterprise() == true then
|
||||
if force_raw ~= true and ntop.isEnterpriseM() == true then
|
||||
if useAggregatedFlows() == true then
|
||||
tblname = "aggr"..tblname
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue