Mercurial > p > roundup > code
diff roundup-server @ 290:8230a9a62794
Didn't clean up after myself :)
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Fri, 12 Oct 2001 02:23:26 +0000 |
| parents | c2f287327ca8 |
| children | 96212178c175 |
line wrap: on
line diff
--- a/roundup-server Fri Oct 12 02:21:27 2001 +0000 +++ b/roundup-server Fri Oct 12 02:23:26 2001 +0000 @@ -20,7 +20,7 @@ Based on CGIHTTPServer in the Python library. -$Id: roundup-server,v 1.14 2001-10-12 02:20:32 richard Exp $ +$Id: roundup-server,v 1.15 2001-10-12 02:23:26 richard Exp $ """ import sys @@ -185,14 +185,6 @@ do_POST = run_cgi -user = None - -def nobody_uid(): - """Internal routine to get nobody's uid""" - global user - if user: - return user - def usage(message=''): if message: message = 'Error: %s\n'%message print '''%sUsage: @@ -268,6 +260,9 @@ # # $Log: not supported by cvs2svn $ +# Revision 1.14 2001/10/12 02:20:32 richard +# server now handles setuid'ing much better +# # Revision 1.13 2001/10/05 02:23:24 richard # . roundup-admin create now prompts for property info if none is supplied # on the command-line.
