"Jason R. Mastaler" <[EMAIL PROTECTED]> writes: > How about being more explicit, and only inhibit an IOError if users > have told TMDA they are using "no-su" mode? > > Something like CGI_MODE = "no-su" ?
Or, if you don't think you'll ever need to distinguish between which mode is being used, perhaps a single variable to enable "no-su" mode would suffice instead. e.g, CGI_NO_SU = 1 (with 0 as a default). _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
