version 1.3, 2002/05/11 21:31:00
|
version 1.4, 2002/09/09 14:18:56
|
Line 58 print 'Content-type: text/plain'."\n\n";
|
Line 58 print 'Content-type: text/plain'."\n\n";
|
|
|
# --- Make sure that database can be accessed and that this is a library server |
# --- Make sure that database can be accessed and that this is a library server |
# library server test |
# library server test |
my $perlvarref=LONCAPA::Configuration::read_conf('access.conf','loncapa.conf'); |
|
|
# By default, loncapa_apache.conf is also read by the read_conf subroutine. |
|
my $perlvarref=LONCAPA::Configuration::read_conf('loncapa.conf'); |
my %perlvar=%{$perlvarref}; |
my %perlvar=%{$perlvarref}; |
undef($perlvarref); |
undef($perlvarref); |
|
|