<% local form, viewlibrary, page_info, session = ... require("viewfunctions") %> <% displaycommandresults({"startstop"}, session) %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") end %>

Config

<% local order = { "server", "allow", "driftfile", "keyfile", "commandkey" } displayform(form, order, nil, page_info) %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("startstop") end %>