diff options
Diffstat (limited to 'ipsectools-expert-html.lsp')
-rw-r--r-- | ipsectools-expert-html.lsp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ipsectools-expert-html.lsp b/ipsectools-expert-html.lsp index 5537c58..9f8c397 100644 --- a/ipsectools-expert-html.lsp +++ b/ipsectools-expert-html.lsp @@ -1,12 +1,10 @@ <% local data, viewlibrary, page_info, session = ... %> <% require("viewfunctions") %> -<% displaycommandresults({"startstop"}, session) %> <% displaycommandresults({"editracoon", "editipsec"}, session, true) %> <% viewlibrary.dispatch_component("status") viewlibrary.dispatch_component("editracoon") viewlibrary.dispatch_component("editipsec") -viewlibrary.dispatch_component("startstop") %> |