diff options
Diffstat (limited to 'template-silent.lsp')
-rw-r--r-- | template-silent.lsp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/template-silent.lsp b/template-silent.lsp deleted file mode 100644 index 45a8ad4..0000000 --- a/template-silent.lsp +++ /dev/null @@ -1,9 +0,0 @@ -<% local viewtable, viewlibrary, pageinfo, session = ... %> -Status: 204 No content -Content-Type: <% print(viewtable.option or "application/octet-stream") %> -<% if viewtable.length then %> -Content-Length: <%= viewtable.length %> -<% end %> -<% if viewtable.label ~= "" then %> -Content-Disposition: attachment; filename="<%= viewtable.label %>" -<% end %> |