--- loncom/interface/Attic/lonremote.pm 2003/06/06 02:24:49 1.8 +++ loncom/interface/Attic/lonremote.pm 2003/09/22 00:48:32 1.10 @@ -1,7 +1,7 @@ # The LearningOnline Network # User Authentication Module # -# $Id: lonremote.pm,v 1.8 2003/06/06 02:24:49 www Exp $ +# $Id: lonremote.pm,v 1.10 2003/09/22 00:48:32 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -102,6 +102,10 @@ sub handler { my $lowerurl=$ENV{'form.url'}; unless ($lowerurl) { $lowerurl='/adm/menu'; } + &Apache::loncommon::content_type($r,'text/html'); + $r->send_http_header; + return OK if $r->header_only; + if ($ENV{'form.action'} eq 'launch') { &launchremote($r,$lowerurl); } else {