diff options
author | Ted Trask <ttrask01@yahoo.com> | 2011-03-30 09:48:03 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-03-30 09:48:03 +0000 |
commit | 7bbf81fed575de54a8b4c82d7314f85c1bcc4ab6 (patch) | |
tree | 41936dfdefb46848f9931d5cb901a07808a0c4f5 | |
parent | d7bcb775291cfd897a304e18f9dd81aec1d91624 (diff) | |
download | acf-alpine-baselayout-7bbf81fed575de54a8b4c82d7314f85c1bcc4ab6.tar.bz2 acf-alpine-baselayout-7bbf81fed575de54a8b4c82d7314f85c1bcc4ab6.tar.xz |
Modified for acf-core-0.13.0
-rw-r--r-- | syslog-config-html.lsp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/syslog-config-html.lsp b/syslog-config-html.lsp index 87ba98f..911b0d1 100644 --- a/syslog-config-html.lsp +++ b/syslog-config-html.lsp @@ -1,8 +1,6 @@ <% local form, viewlibrary, page_info, session = ... %> <% require("viewfunctions") %> -<% displaycommandresults({"startstop"}, session) %> - <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") end %> @@ -37,8 +35,3 @@ end %> <H2>Save and Apply Above Settings</H2> <DL> <% displayformend(form) %> - -<% if viewlibrary and viewlibrary.dispatch_component then - viewlibrary.dispatch_component("startstop") -end -%> |