richter     2003/01/01 23:51:33

  Modified:    eg/web   config.pl
  Log:
  website updates
  
  Revision  Changes    Path
  1.5       +2 -1      embperl/eg/web/config.pl
  
  Index: config.pl
  ===================================================================
  RCS file: /home/cvs/embperl/eg/web/config.pl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- config.pl 26 Nov 2002 10:03:44 -0000      1.4
  +++ config.pl 2 Jan 2003 07:51:33 -0000       1.5
  @@ -11,7 +11,8 @@
       $self -> {dbdsn}      = $^O eq 'MSWin32'?'dbi:ODBC:embperl':'dbi:mysql:embperl' 
;
       $self -> {dbuser}     = 'www' ;
       $self -> {dbpassword} = undef ;
  -    $self -> {adminemail} = '[EMAIL PROTECTED]';
  +    $self -> {adminemail} = '[EMAIL PROTECTED]';
  +    $self -> {mailfrom}   = '[EMAIL PROTECTED]';
   
       # There is normaly no need to change anything below this line
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to