diff options
author | Ted Trask <ttrask01@yahoo.com> | 2012-11-06 17:04:01 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2012-11-06 17:04:01 +0000 |
commit | 75a7e7783b59b41832fd0610e593b9adbd4aaf36 (patch) | |
tree | f53ba294d6be8d00d480db72ba6ea77809832284 | |
parent | c9fcd043fdc6b13222f34d75d816b4a4b1fa47fc (diff) | |
download | acf-core-75a7e7783b59b41832fd0610e593b9adbd4aaf36.tar.bz2 acf-core-75a7e7783b59b41832fd0610e593b9adbd4aaf36.tar.xz |
Added template for serialized lua output
-rw-r--r-- | app/template-serialized.lsp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/template-serialized.lsp b/app/template-serialized.lsp new file mode 100644 index 0000000..af84d94 --- /dev/null +++ b/app/template-serialized.lsp @@ -0,0 +1,5 @@ +<% local view, viewlibrary, page_info, session = ... %> +Status: 200 OK +Content-Type: "text/text" +<% io.write("\n") %> +<% page_info.viewfunc(view, viewlibrary, page_info, session) %> |