randy       97/01/24 17:07:13

  Modified:    support   suexec.c
  Log:
  Add TZ to list of acceptable environment variables.
  
  Revision  Changes    Path
  1.13      +1 -0      apache/support/suexec.c
  
  Index: suexec.c
  ===================================================================
  RCS file: /export/home/cvs/apache/support/suexec.c,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -C3 -r1.12 -r1.13
  *** suexec.c  1997/01/18 18:39:52     1.12
  --- suexec.c  1997/01/25 01:07:11     1.13
  ***************
  *** 123,128 ****
  --- 123,129 ----
        "SERVER_PROTOCOL",
        "SERVER_SOFTWARE",
        "USER_NAME",
  +     "TZ",
        NULL
    };
    
  
  
  

Reply via email to