mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
parent
945deec076
commit
33b2a1b21e
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ local influxdb = require("influxdb")
|
|||
local alert_endpoints = require("alert_endpoints_utils")
|
||||
local nindex_utils = nil
|
||||
|
||||
local email_peer_pattern = [[^(([A-Za-z0-9._%+-]|\s)+<)?[A-Za-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}>?$]]
|
||||
local email_peer_pattern = [[^(([A-Za-z0-9._%+-]|\s)+<)?[A-Za-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,6}>?$]]
|
||||
|
||||
if(ntop.isPro()) then
|
||||
package.path = dirs.installdir .. "/scripts/lua/pro/?.lua;" .. package.path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue