SVN: r23889 - trunk/quixote/demo

Neil Schemenauer <nascheme-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Tue, 06 Apr 2004 12:52:36 -0400
Newsgroups gmane.comp.web.quixote.cvs
Message-ID <[email protected]>
Author: nascheme
Date: 2004-04-06 12:52:36 -0400 (Tue, 06 Apr 2004)
New Revision: 23889

Modified:
   trunk/quixote/demo/demo.conf
Log:
Disable FIX_TRAILING_SLASH.  It can be confusing when trying to get the demo
running.


Modified: trunk/quixote/demo/demo.conf
===================================================================
--- trunk/quixote/demo/demo.conf	2004-04-06 16:51:13 UTC (rev 23888)
+++ trunk/quixote/demo/demo.conf	2004-04-06 16:52:36 UTC (rev 23889)
@@ -6,3 +6,4 @@
 ERROR_LOG = "/tmp/quixote-demo-error.log"
 DISPLAY_EXCEPTIONS = "plain"
 SECURE_ERRORS = 0
+FIX_TRAILING_SLASH = 0