diff options
author | Luke Stuart <lukestu@gmail.com> | 2011-09-07 14:30:04 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2011-09-07 10:40:02 -0400 |
commit | 893f78c2213c87ef27339f19d5db3ad91959e6d9 (patch) | |
tree | 817ee1cf535d525e0dcdf7f61024682ae0314fed /template-silent.lsp | |
parent | 6da18ec695594750e7c91a930cf8980c0ec0b5a5 (diff) | |
download | acf-weblog-893f78c2213c87ef27339f19d5db3ad91959e6d9.tar.bz2 acf-weblog-893f78c2213c87ef27339f19d5db3ad91959e6d9.tar.xz |
Fixed DG score, record selection, url escape sequences in squark clientuserid
Diffstat (limited to 'template-silent.lsp')
-rw-r--r-- | template-silent.lsp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/template-silent.lsp b/template-silent.lsp new file mode 100644 index 0000000..45a8ad4 --- /dev/null +++ b/template-silent.lsp @@ -0,0 +1,9 @@ +<% 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 %> |