Add hook label in get_user_scripts.lua

This commit is contained in:
emanuele-f 2020-01-10 11:35:23 +01:00
parent b9a4534af6
commit 737962228b
2 changed files with 14 additions and 2 deletions

View file

@ -16,7 +16,7 @@ local template = require "template_utils"
sendHTTPContentTypeHeader('text/html')
active_page = "scripts_list"
active_page = "admin"
-- get config parameters like the id and name
local script_subdir = _GET["subdir"]