summaryrefslogtreecommitdiffstats
path: root/lighttpd-listfiles-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:27:23 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:27:23 +0000
commit0fa65090b7a2c9cdfcdc76b0c9f66bbb003816d9 (patch)
treec8b36f81497b38683a32a0cb779e222bbdaabcde /lighttpd-listfiles-html.lsp
parent352c44b6458c76fd4df4b1ba106a91359c094b2a (diff)
downloadacf-lighttpd-0fa65090b7a2c9cdfcdc76b0c9f66bbb003816d9.tar.bz2
acf-lighttpd-0fa65090b7a2c9cdfcdc76b0c9f66bbb003816d9.tar.xz
Started work on updating for acf-core-0.15
Removed controllerfunctions library (still needs more work and corresponding work in model) Updated startstop functionality and deleted view Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
Diffstat (limited to 'lighttpd-listfiles-html.lsp')
-rw-r--r--lighttpd-listfiles-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/lighttpd-listfiles-html.lsp b/lighttpd-listfiles-html.lsp
index 374146c..6420120 100644
--- a/lighttpd-listfiles-html.lsp
+++ b/lighttpd-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")