mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
parent
18db446acd
commit
64f0922b6b
2 changed files with 27 additions and 8 deletions
|
|
@ -71,7 +71,14 @@ local script = {
|
|||
|
||||
-- #################################################################
|
||||
|
||||
-- @brief Called when the script is going to be loaded.
|
||||
-- @brief Called when the plugin containing the user script is loaded/reloaded
|
||||
-- @return nil
|
||||
function script.onLoad()
|
||||
end
|
||||
|
||||
-- #################################################################
|
||||
|
||||
-- @brief Called when the user script is loaded
|
||||
-- @return true if the script should be loaded, false otherwise
|
||||
-- @notes Can be used to init some script global state or to skip the script
|
||||
-- execution on some particular conditions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue