Diff for /loncom/startup.pl between versions 1.41.2.4 and 1.46

version 1.41.2.4, 2021/12/14 21:07:41 version 1.46, 2024/03/03 06:30:05
Line 114  use Apache::lonupload(); Line 114  use Apache::lonupload();
 use Apache::lonuploadedacc();  use Apache::lonuploadedacc();
 use Apache::lonwrapper();  use Apache::lonwrapper();
 use Apache::admannotations();  use Apache::admannotations();
 use Apache::lonwishlist();  use Apache::lonwishlist(); 
 use Apache::lonwishlistdisplay();  use Apache::lonwishlistdisplay(); 
 use Apache::style();  use Apache::style();
 use Apache::lontex();  use Apache::lontex();
 use Apache::matchresponse();  use Apache::matchresponse();
Line 159  use Apache::lonaccesstimes(); Line 159  use Apache::lonaccesstimes();
 use Apache::lonshibauth();  use Apache::lonshibauth();
 use Apache::lonshibacc();  use Apache::lonshibacc();
 use Apache::lonpopulate();  use Apache::lonpopulate();
   use Apache::lonviewclasslist();
   use Apache::lonviewcoauthors();
   use Apache::daxepage();
   use Apache::daxeopen();
   use Apache::daxesave();
 1;  1;
 __END__  __END__
   

Removed from v.1.41.2.4  
changed lines
  Added in v.1.46


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>