summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-03-30 09:51:22 +0000
committerTed Trask <ttrask01@yahoo.com>2011-03-30 09:51:22 +0000
commit0dfcc981a8d67b96ceda98783b0c65b025721c33 (patch)
treecb88cc9eef7df45384837824b20c5c405cefc3db
parent320b8a4efaf57c6f05fed3b908fc8fda6fa139a5 (diff)
downloadacf-ipsec-tools-0dfcc981a8d67b96ceda98783b0c65b025721c33.tar.bz2
acf-ipsec-tools-0dfcc981a8d67b96ceda98783b0c65b025721c33.tar.xz
Modified for acf-core-0.13.0
-rw-r--r--ipsectools-expert-html.lsp2
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")
%>