summaryrefslogtreecommitdiffstats
path: root/logfiles-download-html.lsp
diff options
context:
space:
mode:
Diffstat (limited to 'logfiles-download-html.lsp')
-rw-r--r--logfiles-download-html.lsp5
1 files changed, 5 insertions, 0 deletions
diff --git a/logfiles-download-html.lsp b/logfiles-download-html.lsp
new file mode 100644
index 0000000..d0f1abb
--- /dev/null
+++ b/logfiles-download-html.lsp
@@ -0,0 +1,5 @@
+<? local view = ... ?>
+content-type: application/octet-stream<BR>
+content-disposition: attachement; filename=changeme.txt<BR><BR>
+
+<?= view.logfile.value ?>