diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-04-18 00:33:27 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-04-18 00:33:27 +0000 |
commit | 72973e98533b751b4094a139da8fb20dfaa5712a (patch) | |
tree | 92df6923292eb0de621ebdb22fc5276c195ca4c4 /asterisk-listfiles-html.lsp | |
parent | 664f7e41674c2ab50fff296f6d3daf3eba829046 (diff) | |
download | acf-asterisk-72973e98533b751b4094a139da8fb20dfaa5712a.tar.bz2 acf-asterisk-72973e98533b751b4094a139da8fb20dfaa5712a.tar.xz |
Modified require statements for acf. libraries, updated for viewfunctions to htmlviewfunctions, deleted startstop view
Diffstat (limited to 'asterisk-listfiles-html.lsp')
-rw-r--r-- | asterisk-listfiles-html.lsp | 4 |
1 files changed, 2 insertions, 2 deletions
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") |