--- modules/gci/lonlogin.pm 2019/05/14 20:49:48 1.12 +++ modules/gci/lonlogin.pm 2020/03/18 19:42:53 1.13 @@ -1,7 +1,7 @@ # The LearningOnline Network # Login Screen # -# $Id: lonlogin.pm,v 1.12 2019/05/14 20:49:48 gci Exp $ +# $Id: lonlogin.pm,v 1.13 2020/03/18 19:42:53 gci Exp $ # # Copyright Michigan State University Board of Trustees # @@ -63,7 +63,6 @@ sub handler { $r->send_http_header; return OK if $r->header_only; - # Are we re-routing? if (-e '/home/httpd/html/lon-status/reroute.txt') { &Apache::lonauth::reroute($r);