Return to switchserver.pm CVS log | Up to [LON-CAPA] / loncom / auth |
version 1.43, 2018/11/28 05:05:30 | version 1.44, 2018/12/02 13:52:56 |
---|---|
Line 31 package Apache::switchserver; | Line 31 package Apache::switchserver; |
use strict; | use strict; |
use Apache::Constants qw(:common); | use Apache::Constants qw(:common); |
use Apache::lonnet; | use Apache::lonnet; |
use Apache::lonmenu; | |
use Digest::MD5 qw(md5_hex); | use Digest::MD5 qw(md5_hex); |
use CGI::Cookie(); | use CGI::Cookie(); |
use Apache::lonlocal; | use Apache::lonlocal; |