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 2002/06/25 08:08:48 UTC

cvs commit: embperl/eg/web config.pl

richter     2002/06/24 23:08:48

  Modified:    eg/web   Tag: Embperl2c config.pl
  Log:
  web site & test fixes
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.14  +4 -3      embperl/eg/web/Attic/config.pl
  
  Index: config.pl
  ===================================================================
  RCS file: /home/cvs/embperl/eg/web/Attic/config.pl,v
  retrieving revision 1.1.2.13
  retrieving revision 1.1.2.14
  diff -u -r1.1.2.13 -r1.1.2.14
  --- config.pl	24 Jun 2002 19:58:28 -0000	1.1.2.13
  +++ config.pl	25 Jun 2002 06:08:47 -0000	1.1.2.14
  @@ -14,9 +14,10 @@
   
       # There is normaly no need to change anything below this line
   
  -    $self -> {baseuri}   = '/eg/web/' ;
  -    $self -> {basedepth} = 2 ;
  -    $self -> {imageuri}  = '../images/' ;
  +    $self -> {basepath}  = '/eg/web/' ;
  +    $self -> {baseuri}   = $ENV{EMBPERL_BASEURI} || '/eg/web/' ;
  +    $self -> {basedepth} = $ENV{EMBPERL_BASEDEPTH} || 2 ;
  +    $self -> {imageuri}  = $ENV{EMBPERL_IMAGES} || '../images/' ;
   
       $self -> {supported_languages} = ['en', 'de'] ;
       
  
  
  

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