diff options
Diffstat (limited to 'openssl-putcacert-html.lsp')
-rw-r--r-- | openssl-putcacert-html.lsp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openssl-putcacert-html.lsp b/openssl-putcacert-html.lsp index 35d39b6..df29145 100644 --- a/openssl-putcacert-html.lsp +++ b/openssl-putcacert-html.lsp @@ -2,6 +2,12 @@ <% htmlviewfunctions = require("htmlviewfunctions") %> <% +if viewlibrary and viewlibrary.dispatch_component and viewlibrary.check_permission("getcachain") and page_info.orig_action == page_info.prefix..page_info.controller.."/"..page_info.action then + viewlibrary.dispatch_component("getcachain", {cadir=form.value.cadir.value}) +end +%> + +<% form.enctype = "multipart/form-data" form.value.ca.type="file" htmlviewfunctions.displayitem(form, page_info) |