diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-10-11 20:01:39 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-10-11 20:01:39 +0000 |
commit | c63242f875f4bb66288f77593eed7307bb273674 (patch) | |
tree | 240604115cd52f72c388419aac29636083c98340 /ipsectools-listcerts-html.lsp | |
parent | 98639cb8a17301a15ee8b2925d1f28c4d7960951 (diff) | |
download | acf-ipsec-tools-c63242f875f4bb66288f77593eed7307bb273674.tar.bz2 acf-ipsec-tools-c63242f875f4bb66288f77593eed7307bb273674.tar.xz |
Added require statement for html library
Diffstat (limited to 'ipsectools-listcerts-html.lsp')
-rw-r--r-- | ipsectools-listcerts-html.lsp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ipsectools-listcerts-html.lsp b/ipsectools-listcerts-html.lsp index 542a7fd..87671cf 100644 --- a/ipsectools-listcerts-html.lsp +++ b/ipsectools-listcerts-html.lsp @@ -1,5 +1,6 @@ <% local view, viewlibrary, page_info, session = ... %> <% require("htmlviewfunctions") %> +<% html = require("acf.html") %> <% htmlviewfunctions.displaycommandresults({"deletecert"}, session) %> <% htmlviewfunctions.displaycommandresults({"uploadcert"}, session, true) %> |