Diff for /loncom/configuration/Configuration.pm between versions 1.5 and 1.6

version 1.5, 2002/05/16 17:24:06 version 1.6, 2002/05/17 14:03:04
Line 71  B<LONCAPA::Configuration> - configuratio Line 71  B<LONCAPA::Configuration> - configuratio
  use lib '/home/httpd/lib/perl/';   use lib '/home/httpd/lib/perl/';
  use LONCAPA::Configuration;   use LONCAPA::Configuration;
   
  LONCAPA::Configuration::read_conf('access.conf','loncapa.conf');   LONCAPA::Configuration::read_conf('loncapa_apache.conf','loncapa.conf');
   
 In the future, standard invocation of the command will be:  
   
  LONCAPA::Configuration::read_conf('loncapa.conf');  
   
 F<access.conf> is slowly becoming deprecated.  (We are currently  
 trying to support backwards compatibility.)  
   
 =head1 DESCRIPTION  =head1 DESCRIPTION
   

Removed from v.1.5  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>