[LON-CAPA-cvs] cvs: loncom / startup.pl

raeburn raeburn at source.lon-capa.org
Sun Mar 3 01:30:05 EST 2024


raeburn		Sun Mar  3 06:30:05 2024 EDT

  Modified files:              
    /loncom	startup.pl 
  Log:
  - Add daxepage.pm, daxeopen.pm, daxesave.pm on startup
  
  
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.45 loncom/startup.pl:1.46
--- loncom/startup.pl:1.45	Sat Nov  4 01:56:05 2023
+++ loncom/startup.pl	Sun Mar  3 06:30:05 2024
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: startup.pl,v 1.45 2023/11/04 01:56:05 raeburn Exp $
+# $Id: startup.pl,v 1.46 2024/03/03 06:30:05 raeburn Exp $
 
 BEGIN {
     eval "use Apache2::compat();";
@@ -160,7 +160,10 @@
 use Apache::lonshibacc();
 use Apache::lonpopulate();
 use Apache::lonviewclasslist();
-use Apache::lonviewcoauthors(); 
+use Apache::lonviewcoauthors();
+use Apache::daxepage();
+use Apache::daxeopen();
+use Apache::daxesave();
 1;
 __END__
 




More information about the LON-CAPA-cvs mailing list