version 1.4, 2007/03/01 18:24:09
|
version 1.5, 2007/03/08 01:58:44
|
Line 47 sub handler {
|
Line 47 sub handler {
|
} |
} |
|
|
my $dom = $env{'request.role.domain'}; |
my $dom = $env{'request.role.domain'}; |
my $domdesc = $Apache::lonnet::domaindescription{$dom}; |
my $domdesc = &Apache::lonnet::domain($dom,'description'); |
if (&Apache::lonnet::allowed('mau',$dom)) { |
if (&Apache::lonnet::allowed('mau',$dom)) { |
&Apache::loncommon::content_type($r,'text/html'); |
&Apache::loncommon::content_type($r,'text/html'); |
$r->send_http_header; |
$r->send_http_header; |