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

raeburn raeburn at source.lon-capa.org
Thu Oct 21 20:35:02 EDT 2021


raeburn		Fri Oct 22 00:35:02 2021 EDT

  Modified files:              
    /loncom	startup.pl 
  Log:
  - Add lonpopulate.pm on startup.
  
  
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.43 loncom/startup.pl:1.44
--- loncom/startup.pl:1.43	Sun Oct 23 19:14:24 2016
+++ loncom/startup.pl	Fri Oct 22 00:35:02 2021
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: startup.pl,v 1.43 2016/10/23 19:14:24 raeburn Exp $
+# $Id: startup.pl,v 1.44 2021/10/22 00:35:02 raeburn Exp $
 
 BEGIN {
     eval "use Apache2::compat();";
@@ -158,6 +158,7 @@
 use Apache::lonaccesstimes();
 use Apache::lonshibauth();
 use Apache::lonshibacc();
+use Apache::lonpopulate();
 1;
 __END__
 




More information about the LON-CAPA-cvs mailing list