Diff for /loncom/auth/lonauth.pm between versions 1.159 and 1.160

version 1.159, 2020/03/15 23:04:10 version 1.160, 2020/10/15 03:09:40
Line 686  sub handler { Line 686  sub handler {
             }              }
             $r->internal_redirect($switchto);              $r->internal_redirect($switchto);
         } else {          } else {
               &Apache::loncommon::content_type($r,'text/html');
               $r->send_http_header;
             $r->print(&noswitch());              $r->print(&noswitch());
         }          }
         return OK;          return OK;
Line 716  sub handler { Line 718  sub handler {
                 }                  }
                 $r->internal_redirect($switchto);                  $r->internal_redirect($switchto);
             } else {              } else {
                   &Apache::loncommon::content_type($r,'text/html');
                   $r->send_http_header;
                 $r->print(&noswitch());                  $r->print(&noswitch());
             }              }
             return OK;              return OK;

Removed from v.1.159  
changed lines
  Added in v.1.160


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>