diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-04-18 00:50:33 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-04-18 00:50:33 +0000 |
commit | 9bb5f5967b53ce365f8ad2813c0e1a0a0865b92a (patch) | |
tree | 22fbd4e872180160bb0e291ceb9b4aa757cd5714 /clamav-listfiles-html.lsp | |
parent | 74cd43acdab91246edf4acaf5f646eed2063f39e (diff) | |
download | acf-clamav-9bb5f5967b53ce365f8ad2813c0e1a0a0865b92a.tar.bz2 acf-clamav-9bb5f5967b53ce365f8ad2813c0e1a0a0865b92a.tar.xz |
Modified require statements for acf. libraries, updated for viewfunctions to htmlviewfunctions, deleted startstop view
Diffstat (limited to 'clamav-listfiles-html.lsp')
-rw-r--r-- | clamav-listfiles-html.lsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clamav-listfiles-html.lsp b/clamav-listfiles-html.lsp index 374146c..6420120 100644 --- a/clamav-listfiles-html.lsp +++ b/clamav-listfiles-html.lsp @@ -1,8 +1,8 @@ <% local data, viewlibrary, page_info, session = ... -require("viewfunctions") +require("htmlviewfunctions") %> -<% displaycommandresults({"expert"}, session) %> +<% htmlviewfunctions.displaycommandresults({"expert"}, session) %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") |