--- loncom/loncron 2002/05/11 21:18:14 1.26 +++ loncom/loncron 2002/05/17 16:19:24 1.27 @@ -55,8 +55,9 @@ ENDERROUT # ================================================================ Main Program -# ------------------------------------------- Read access.conf and loncapa.conf -my $perlvarref=LONCAPA::Configuration::read_conf('access.conf','loncapa.conf'); +# --------------------------------- Read loncapa_apache.conf and loncapa.conf +my $perlvarref=LONCAPA::Configuration::read_conf('loncapa_apache.conf', + 'loncapa.conf'); my %perlvar=%{$perlvarref}; undef $perlvarref; delete $perlvar{'lonReceipt'}; # remove since sensitive and not needed