<% local form, viewlibrary = ... require("viewfunctions") %> <% --[[ DEBUG INFORMATION io.write("

DEBUGGING

DEBUG INFO: CFE

") io.write(html.cfe_unpack(form)) io.write("
") --]] %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") end %>

Config

<% local order = { "LBU_MEDIA", "ENCRYPTION", "DEFAULT_CIPHER", "PASSWORD" } displayform(form, order) if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("editincluded") viewlibrary.dispatch_component("editexcluded") viewlibrary.dispatch_component("listbackups") end %>