mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Replace isEnterprise with isEnterpriseM
This commit is contained in:
parent
457066ebb4
commit
2425134f05
19 changed files with 38 additions and 38 deletions
|
|
@ -217,7 +217,7 @@ print [[
|
|||
<li>]] print(i18n("traffic_profiles.note_1")) print[[.
|
||||
]]
|
||||
|
||||
if not ntop.isEnterprise() then
|
||||
if not ntop.isEnterpriseM() then
|
||||
print[[<li>]] print(i18n("traffic_profiles.max_profiles_num", {maxnum=max_profiles_num})) print[[.]]
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue