Return to switchserver.pm CVS log | Up to [LON-CAPA] / loncom / auth |
version 1.66, 2024/10/07 00:59:43 | version 1.67, 2024/10/09 15:23:35 |
---|---|
Line 31 package Apache::switchserver; | Line 31 package Apache::switchserver; |
use strict; | use strict; |
use Apache::Constants qw(:common :remotehost); | use Apache::Constants qw(:common :remotehost); |
use Apache::lonnet; | use Apache::lonnet; |
use Apache::loncommon; | |
use Digest::MD5 qw(md5_hex); | use Digest::MD5 qw(md5_hex); |
use CGI::Cookie(); | use CGI::Cookie(); |
use Apache::lonlocal; | use Apache::lonlocal; |