Diff for /loncom/startup.pl between versions 1.41.2.3 and 1.44

version 1.41.2.3, 2016/10/23 19:27:31 version 1.44, 2021/10/22 00:35:02
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 158  use Apache::lonblockingmenu(); Line 158  use Apache::lonblockingmenu();
 use Apache::lonaccesstimes();  use Apache::lonaccesstimes();
 use Apache::lonshibauth();  use Apache::lonshibauth();
 use Apache::lonshibacc();  use Apache::lonshibacc();
   use Apache::lonpopulate();
 1;  1;
 __END__  __END__
   

Removed from v.1.41.2.3  
changed lines
  Added in v.1.44


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