From 96df7fcbf9dc2ba8d1da48a29baf35262d62287d Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 27 May 2005 04:37:51 +0000 Subject: r7005: added a esp page to demonstrate exception handling (This used to be commit 96c15646d2f29dd2839a2bab4b9e57bddfd2cee1) --- swat/esptest/index.esp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'swat/esptest/index.esp') diff --git a/swat/esptest/index.esp b/swat/esptest/index.esp index e85937e4bf..7a5952e955 100644 --- a/swat/esptest/index.esp +++ b/swat/esptest/index.esp @@ -1,5 +1,6 @@ <% - var tests = new Array("formtest", "showvars", "include", "session", "loadparm"); + var tests = new Array("formtest", "showvars", "include", + "session", "loadparm", "exception"); %> -- cgit