Add csrf when error occurs in edit_user_script_config

This commit is contained in:
emanuele-f 2020-01-02 13:02:49 +01:00
parent c57399c060
commit 969701f2aa

View file

@ -62,6 +62,7 @@ result.success = success
if not success then
result.error = err
result.csrf = ntop.getRandomCSRFValue()
end
-- ################################################