Implement API to update the user scripts configuration

This commit is contained in:
emanuele-f 2019-12-16 18:38:00 +01:00
parent d59bd0e1df
commit 9fd1ced9fd
4 changed files with 91 additions and 2 deletions

View file

@ -18,6 +18,11 @@ if(action == nil) then
return
end
if(not isAdministrator()) then
traceError(TRACE_ERROR, TRACE_CONSOLE, "Admin privileges required")
return
end
-- ################################################
local result = {}