You are viewing a plain text version of this content. The canonical link for it is here.
Posted to embperl-cvs@perl.apache.org by ri...@apache.org on 2003/01/02 08:51:33 UTC

cvs commit: embperl/eg/web config.pl

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} = 'abe@ecos.de';
  +    $self -> {adminemail} = 'richter@ecos.de';
  +    $self -> {mailfrom}   = 'embperl@ecos.de';
   
       # There is normaly no need to change anything below this line
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-cvs-unsubscribe@perl.apache.org
For additional commands, e-mail: embperl-cvs-help@perl.apache.org