mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Fixed URL
This commit is contained in:
parent
e518dcf020
commit
e8cdebf9ce
1 changed files with 4 additions and 4 deletions
|
|
@ -754,14 +754,14 @@ end
|
|||
|
||||
-- ##############################################
|
||||
|
||||
function plugins_utils.getUrl(script)
|
||||
return(ntop.getHttpPrefix() .. "/plugins/" .. script)
|
||||
function plugins_utils.getMonitorUrl(script)
|
||||
return(ntop.getHttpPrefix() .. "/lua/monitor/" .. script)
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
function plugins_utils.getMonitorUrl(script)
|
||||
return(ntop.getHttpPrefix() .. "/lua/monitor/" .. script)
|
||||
function plugins_utils.getUrl(script)
|
||||
return(plugins_utils.getMonitorUrl(script))
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue