summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9019390)
raw | patch | inline | side by side (parent: 9019390)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 23 Oct 2001 23:56:03 +0000 (23:56 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Tue, 23 Oct 2001 23:56:03 +0000 (23:56 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@336 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/cgi_client.py | patch | blob | history |
diff --git a/roundup/cgi_client.py b/roundup/cgi_client.py
index d65b2e030c548c7b08380caba0056d82676d1ddd..88bdc5592f554ca82f493db5bad240cb62da90ef 100644 (file)
--- a/roundup/cgi_client.py
+++ b/roundup/cgi_client.py
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
#
-# $Id: cgi_client.py,v 1.41 2001-10-23 23:52:35 richard Exp $
+# $Id: cgi_client.py,v 1.42 2001-10-23 23:56:03 richard Exp $
import os, cgi, pprint, StringIO, urlparse, re, traceback, mimetypes
import base64, Cookie, time
</form>
''')
if self.user is None and self.ANONYMOUS_REGISTER == 'deny':
- self.write('</table')
+ self.write('</table>')
return
self.write('''
<p>
#
# $Log: not supported by cvs2svn $
+# Revision 1.41 2001/10/23 23:52:35 richard
+# Fixed lock-out logic, thanks Roch'e for pointing out the problems.
+#
# Revision 1.40 2001/10/23 23:06:39 richard
# Some cleanup.
#