--- loncom/auth/lonlogin.pm 2003/09/17 13:47:55 1.52 +++ loncom/auth/lonlogin.pm 2003/09/20 17:44:22 1.53 @@ -1,7 +1,7 @@ # The LearningOnline Network # Login Screen # -# $Id: lonlogin.pm,v 1.52 2003/09/17 13:47:55 www Exp $ +# $Id: lonlogin.pm,v 1.53 2003/09/20 17:44:22 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -45,8 +45,9 @@ use Apache::lonlocal; sub handler { my $r = shift; - $r->content_type('text/html'); &Apache::loncommon::no_cache($r); + &Apache::lonlocal::get_language_handle($r); + $r->content_type('text/html'); $r->send_http_header; return OK if $r->header_only; @@ -61,9 +62,6 @@ sub handler { ($ENV{'QUERY_STRING'}.'&'.$ENV{'request.querystring'}, ['interface','username','domain','firsturl','localpath','localres']); -# -------------------------------------------------------------------- Language - - &Apache::lonlocal::get_language_handle(); # ----------------------------------------------------------- Process Interface $ENV{'form.interface'}=~s/\W//g;