diff options
Diffstat (limited to 'openssl-viewrequest-html.lsp')
-rw-r--r-- | openssl-viewrequest-html.lsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openssl-viewrequest-html.lsp b/openssl-viewrequest-html.lsp new file mode 100644 index 0000000..ace59b7 --- /dev/null +++ b/openssl-viewrequest-html.lsp @@ -0,0 +1,8 @@ +<? local view, viewlibrary = ... ?> + +<? --[[ DEBUG INFORMATION +io.write(html.cfe_unpack(view)) +--]] ?> + +<H1>Request Details</H1> +<?= string.gsub(view.value.value, "\n", "<br>") ?> |