summaryrefslogtreecommitdiffstats
path: root/app/debug-html.lsp
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2008-07-03 13:42:27 +0000
committerTed Trask <ttrask01@yahoo.com>2008-07-03 13:42:27 +0000
commit060b3f4716e38a69d85ce104abbc21e384fb70a5 (patch)
tree25bb69279a6459bc1558aead1c6c8dc4401cf054 /app/debug-html.lsp
parent5b1f815f835e543fe17d63993bf0d87b68d3f07a (diff)
downloadacf-core-060b3f4716e38a69d85ce104abbc21e384fb70a5.tar.bz2
acf-core-060b3f4716e38a69d85ce104abbc21e384fb70a5.tar.xz
Added debug html page. Change redirect_to_referreferrer when there's no referrer.
git-svn-id: svn://svn.alpinelinux.org/acf/core/trunk@1271 ab2d0c66-481e-0410-8bed-d214d4d58bed
Diffstat (limited to 'app/debug-html.lsp')
-rw-r--r--app/debug-html.lsp8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/debug-html.lsp b/app/debug-html.lsp
new file mode 100644
index 0000000..775b102
--- /dev/null
+++ b/app/debug-html.lsp
@@ -0,0 +1,8 @@
+<? local data, viewlibrary, page_info, session = ... ?>
+<H1>Debugging</H1>
+<H2>View Data:</H2>
+<?= html.cfe_unpack(data) ?>
+<H2>Session:</H2>
+<?= html.cfe_unpack(session) ?>
+<H2>Page Info:</H2>
+<?= html.cfe_unpack(page_info) ?>