summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2011-03-30 14:42:48 +0000
committerTed Trask <ttrask01@yahoo.com>2011-03-30 14:42:48 +0000
commit2064677b6a7317d82a000491803ad161bb0d4b26 (patch)
tree9b5c8a7ac575b0579995a2f820d7285afb690567
parent637c09d99cc257da21282ec6199fb4de063ac7bd (diff)
downloadacf-clamav-2064677b6a7317d82a000491803ad161bb0d4b26.tar.bz2
acf-clamav-2064677b6a7317d82a000491803ad161bb0d4b26.tar.xz
Modified for acf-core-0.13.0
-rw-r--r--clamav-listfiles-html.lsp6
1 files changed, 1 insertions, 5 deletions
diff --git a/clamav-listfiles-html.lsp b/clamav-listfiles-html.lsp
index d6d8ad2..374146c 100644
--- a/clamav-listfiles-html.lsp
+++ b/clamav-listfiles-html.lsp
@@ -2,7 +2,7 @@
require("viewfunctions")
%>
-<% displaycommandresults({"expert", "startstop"}, session) %>
+<% displaycommandresults({"expert"}, session) %>
<% if viewlibrary and viewlibrary.dispatch_component then
viewlibrary.dispatch_component("status")
@@ -25,7 +25,3 @@ end %>
</TR>
<% end %>
</TABLE></DL>
-
-<% if viewlibrary and viewlibrary.dispatch_component then
- viewlibrary.dispatch_component("startstop")
-end %>