mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Make set_active_menu_entry clear ranaming it to print_header_and_set_active_menu_entry
This commit is contained in:
parent
c9430cd987
commit
45ed751ea7
73 changed files with 77 additions and 77 deletions
|
|
@ -16,7 +16,7 @@ sendHTTPContentTypeHeader('text/html')
|
|||
local title = string.gsub(i18n("script_browser", {script_name = _GET["script_path"]}), "/lua/", "")
|
||||
local referal_script_page = _GET["referal_url"]
|
||||
|
||||
page_utils.set_active_menu_entry(page_utils.menu_entries.script_browser, {script_name = _GET["script_path"]})
|
||||
page_utils.print_header_and_set_active_menu_entry(page_utils.menu_entries.script_browser, {script_name = _GET["script_path"]})
|
||||
|
||||
dofile(dirs.installdir .. "/scripts/lua/inc/menu.lua")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue