Update of /cvsroot/tmda/tmda/TMDA
In directory sc8-pr-cvs1:/tmp/cvs-serv22681

Modified Files:
        Defaults.py 
Log Message:
Removed CGI_USER.  This is now configured in compile.


Index: Defaults.py
===================================================================
RCS file: /cvsroot/tmda/tmda/TMDA/Defaults.py,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -r1.172 -r1.173
--- Defaults.py 4 Apr 2003 23:21:53 -0000       1.172
+++ Defaults.py 5 Apr 2003 04:27:30 -0000       1.173
@@ -517,19 +517,6 @@
 if CGI_ACTIVE and not vars().has_key('CGI_USE_JS_CONFIRM'):
     CGI_USE_JS_CONFIRM = 1
 
-# CGI_USER
-# Defines the user name to use at non-critical times (such as reading
-# and writing session files.  CGI_USER is only signifigant when
-# running in system-wide mode.  See http://tmda.net/tmda-cgi/ for more
-# about modes.
-#
-# Example:
-# CGI_USER = "apache"
-#
-# Default is "nobody".
-if CGI_ACTIVE and not vars().has_key('CGI_USER'):
-    CGI_USER = "nobody"
-
 # CONFIRM_ADDRESS
 # An optional e-mail address to use for creating confirmation
 # addresses.  Normally, the recipient address is used, but in some

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs

Reply via email to