--- loncom/auth/switchserver.pm 2024/10/07 00:59:43 1.66 +++ loncom/auth/switchserver.pm 2024/10/09 15:23:35 1.67 @@ -1,7 +1,7 @@ # The LearningOnline Network # Switch Servers Handler # -# $Id: switchserver.pm,v 1.66 2024/10/07 00:59:43 raeburn Exp $ +# $Id: switchserver.pm,v 1.67 2024/10/09 15:23:35 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -31,6 +31,7 @@ package Apache::switchserver; use strict; use Apache::Constants qw(:common :remotehost); use Apache::lonnet; +use Apache::loncommon; use Digest::MD5 qw(md5_hex); use CGI::Cookie(); use Apache::lonlocal;