Return to lonauth.pm CVS log | Up to [LON-CAPA] / loncom / auth |
version 1.143, 2017/02/25 20:00:36 | version 1.144, 2017/08/08 16:43:54 |
---|---|
Line 32 use strict; | Line 32 use strict; |
use LONCAPA qw(:DEFAULT :match); | use LONCAPA qw(:DEFAULT :match); |
use Apache::Constants qw(:common); | use Apache::Constants qw(:common); |
use CGI qw(:standard); | use CGI qw(:standard); |
use DynaLoader; # for Crypt::DES version | |
use Crypt::DES; | |
use Apache::loncommon(); | use Apache::loncommon(); |
use Apache::lonnet; | use Apache::lonnet; |
use Apache::lonmenu(); | use Apache::lonmenu(); |