summaryrefslogtreecommitdiffstats
path: root/openssl-editconfigfile-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2012-04-18 01:30:48 +0000
committerTed Trask <ttrask01@yahoo.com>2012-04-18 01:30:48 +0000
commit2709d2ce6ab6f6d299bf44f2f209552438cf6a41 (patch)
tree972626385dd163bdbfbf23ce19596d15cd103d6b /openssl-editconfigfile-html.lsp
parent83e08cd13891c97f9a0e4edf9d262860fc036d29 (diff)
downloadacf-openssl-2709d2ce6ab6f6d299bf44f2f209552438cf6a41.tar.bz2
acf-openssl-2709d2ce6ab6f6d299bf44f2f209552438cf6a41.tar.xz
Started work on updating for acf-core-0.15
Removed controllerfunctions library (still needs more work and corresponding work in model) Updated for viewfunctions to htmlviewfunctions and modified require statements for acf libraries
Diffstat (limited to 'openssl-editconfigfile-html.lsp')
-rw-r--r--openssl-editconfigfile-html.lsp4
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl-editconfigfile-html.lsp b/openssl-editconfigfile-html.lsp
index ab13038..bff262a 100644
--- a/openssl-editconfigfile-html.lsp
+++ b/openssl-editconfigfile-html.lsp
@@ -1,7 +1,7 @@
<% local form, viewlibrary, page_info, session = ... %>
-<% require("viewfunctions") %>
+<% require("htmlviewfunctions") %>
-<% displaycommandresults({"checkenvironment"}, session, true) %>
+<% htmlviewfunctions.displaycommandresults({"checkenvironment"}, session, true) %>
<%
local pattern = string.gsub(page_info.prefix..page_info.controller, "[%(%)%.%%%+%-%*%?%[%]%^%$]", "%%%1")