diff options
author | Ted Trask <ttrask01@yahoo.com> | 2008-07-03 13:42:27 +0000 |
---|---|---|
committer | Ted Trask <ttrask01@yahoo.com> | 2008-07-03 13:42:27 +0000 |
commit | 060b3f4716e38a69d85ce104abbc21e384fb70a5 (patch) | |
tree | 25bb69279a6459bc1558aead1c6c8dc4401cf054 /app/Makefile | |
parent | 5b1f815f835e543fe17d63993bf0d87b68d3f07a (diff) | |
download | acf-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/Makefile')
-rw-r--r-- | app/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Makefile b/app/Makefile index 6a3664f..32b1654 100644 --- a/app/Makefile +++ b/app/Makefile @@ -31,6 +31,7 @@ APP_DIST= \ startstop-html.lsp\ filedetails-html.lsp\ expert-html.lsp\ + debug-html.lsp\ EXTRA_DIST=README Makefile DISTFILES=$(APP_DIST) $(EXTRA_DIST) |