--- loncom/startup.pl 2011/01/27 14:38:40 1.38 +++ loncom/startup.pl 2021/10/22 00:35:02 1.44 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: startup.pl,v 1.38 2011/01/27 14:38:40 wenzelju Exp $ +# $Id: startup.pl,v 1.44 2021/10/22 00:35:02 raeburn Exp $ BEGIN { eval "use Apache2::compat();"; @@ -152,6 +152,13 @@ use Apache::selfenroll(); use Apache::createaccount(); use Apache::lonconfigsettings(); use Apache::courseprefs(); +use Apache::domainprefs(); +use Apache::lonmodifycourse(); +use Apache::lonblockingmenu(); +use Apache::lonaccesstimes(); +use Apache::lonshibauth(); +use Apache::lonshibacc(); +use Apache::lonpopulate(); 1; __END__