version 1.209, 2005/11/04 21:36:56
|
version 1.210, 2005/11/04 21:39:26
|
Line 2077 $help{'Caching'}.'</font></h3></form>'."
|
Line 2077 $help{'Caching'}.'</font></h3></form>'."
|
# ================================================================ Main Handler |
# ================================================================ Main Handler |
sub handler { |
sub handler { |
my $r = shift; |
my $r = shift; |
&Apache::loncommon::get_unprocessed_cgi($ENV{'QUERY_STRING'}); |
|
&Apache::loncommon::content_type($r,'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; |