version 1.81, 2003/09/17 23:40:25
|
version 1.82, 2003/09/21 21:40:06
|
Line 664 ENDHEADERS
|
Line 664 ENDHEADERS
|
# ================================================================ Main Handler |
# ================================================================ Main Handler |
sub handler { |
sub handler { |
my $r = shift; |
my $r = shift; |
$r->content_type('text/html'); |
&Apache::loncommon::content_type($r,'text/html'); |
$r->send_http_header; |
$r->send_http_header; |
return OK if $r->header_only; |
return OK if $r->header_only; |
|
|