[LON-CAPA-cvs] cvs: loncom /auth switchserver.pm

raeburn raeburn at source.lon-capa.org
Wed Oct 9 11:23:35 EDT 2024


raeburn		Wed Oct  9 15:23:35 2024 EDT

  Modified files:              
    /loncom/auth	switchserver.pm 
  Log:
  - Explicitly declare use of Apache::loncommon
  
  
Index: loncom/auth/switchserver.pm
diff -u loncom/auth/switchserver.pm:1.66 loncom/auth/switchserver.pm:1.67
--- loncom/auth/switchserver.pm:1.66	Mon Oct  7 00:59:43 2024
+++ loncom/auth/switchserver.pm	Wed Oct  9 15:23:35 2024
@@ -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 @@
 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;




More information about the LON-CAPA-cvs mailing list