Return to lonauth.pm CVS log | Up to [LON-CAPA] / loncom / auth |
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(); |