From 72973e98533b751b4094a139da8fb20dfaa5712a Mon Sep 17 00:00:00 2001 From: Ted Trask Date: Wed, 18 Apr 2012 00:33:27 +0000 Subject: Modified require statements for acf. libraries, updated for viewfunctions to htmlviewfunctions, deleted startstop view --- asterisk-listfiles-html.lsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'asterisk-listfiles-html.lsp') diff --git a/asterisk-listfiles-html.lsp b/asterisk-listfiles-html.lsp index 93a00fc..bcc9020 100644 --- a/asterisk-listfiles-html.lsp +++ b/asterisk-listfiles-html.lsp @@ -1,8 +1,8 @@ <% local view, viewlibrary, page_info, session = ... -require("viewfunctions") +require("htmlviewfunctions") %> -<% displaycommandresults({"edit"}, session) %> +<% htmlviewfunctions.displaycommandresults({"edit"}, session) %> <% if viewlibrary and viewlibrary.dispatch_component then viewlibrary.dispatch_component("status") -- cgit v1.2.3