summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a23a669)
raw | patch | inline | side by side (parent: a23a669)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 21 Jul 2003 22:56:54 +0000 (22:56 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Mon, 21 Jul 2003 22:56:54 +0000 (22:56 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1791 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 7b7d86cf9fea1a40b25976e2d93dd07151dbcad1..ccc725a19cdd655a4a1282da222173dfc15985ab 100644 (file)
--- a/roundup/cgi/client.py
+++ b/roundup/cgi/client.py
-# $Id: client.py,v 1.125 2003-07-03 23:43:47 richard Exp $
+# $Id: client.py,v 1.126 2003-07-21 22:56:54 richard Exp $
__doc__ = """
WWW request handler (also used in the stand-alone server).
def determine_user(self):
''' Determine who the user is
'''
+ # open the database as admin
+ self.opendb('admin')
+
# clean age sessions
self.clean_sessions()