Diff for /loncom/auth/lonauth.pm between versions 1.121.2.25 and 1.121.2.26

version 1.121.2.25, 2022/02/27 02:06:20 version 1.121.2.26, 2022/02/28 01:07:15
Line 29 Line 29
 package Apache::lonauth;  package Apache::lonauth;
   
 use strict;  use strict;
 use LONCAPA;  use LONCAPA qw(:DEFAULT :match);
 use Apache::Constants qw(:common);  use Apache::Constants qw(:common);
 use CGI qw(:standard);  use CGI qw(:standard);
 use Apache::loncommon();  use Apache::loncommon();

Removed from v.1.121.2.25  
changed lines
  Added in v.1.121.2.26


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