--- loncom/cgi/ping.pl 2002/05/11 21:31:41 1.2 +++ loncom/cgi/ping.pl 2002/09/09 14:18:56 1.3 @@ -28,8 +28,8 @@ sub reply { } -# ------------------------------------------- Read access.conf and loncapa.conf -my $perlvarref=LONCAPA::Configuration::read_conf('access.conf','loncapa.conf'); +# --------------------- Read loncapa.conf (and by default loncapa_apache.conf). +my $perlvarref=LONCAPA::Configuration::read_conf('loncapa.conf'); my %perlvar=%{$perlvarref}; undef $perlvarref; # remove since sensitive and not needed delete $perlvar{'lonReceipt'}; # remove since sensitive and not needed