removed multiple csrf

This commit is contained in:
gabryon99 2020-05-06 18:37:39 +02:00
parent ffc862795d
commit 6ada544339
15 changed files with 41 additions and 73 deletions

View file

@ -122,7 +122,7 @@ local context = {
}
-- print config_list.html template
print(template.gen("script_list.html", context))
print(template.gen("pages/edit_configset.html", context))
-- append the menu below the page
dofile(dirs.installdir .. "/scripts/lua/inc/footer.lua")