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

version 1.41, 2012/03/05 21:18:21 version 1.41.2.3, 2016/10/23 19:27:31
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 153  use Apache::createaccount(); Line 153  use Apache::createaccount();
 use Apache::lonconfigsettings();  use Apache::lonconfigsettings();
 use Apache::courseprefs();  use Apache::courseprefs();
 use Apache::domainprefs();  use Apache::domainprefs();
   use Apache::lonmodifycourse();
 use Apache::lonblockingmenu();  use Apache::lonblockingmenu();
   use Apache::lonaccesstimes();
 use Apache::lonshibauth();  use Apache::lonshibauth();
 use Apache::lonshibacc();  use Apache::lonshibacc();
 1;  1;

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


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