mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Fix change password alert bug
This commit is contained in:
parent
737295bd93
commit
046db90246
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ local tracker = {}
|
|||
--! @param f_name is the function name
|
||||
--! @param f_args is a table with the arguments
|
||||
function tracker.log(f_name, f_args)
|
||||
require("alert_utils")
|
||||
local alerts = require("alerts_api")
|
||||
local stats = interface.getStats()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue