--- loncom/startup.pl 2013/10/01 14:05:16 1.41.2.2 +++ loncom/startup.pl 2024/03/03 19:15:26 1.41.2.4.2.1 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: startup.pl,v 1.41.2.2 2013/10/01 14:05:16 raeburn Exp $ +# $Id: startup.pl,v 1.41.2.4.2.1 2024/03/03 19:15:26 raeburn Exp $ BEGIN { eval "use Apache2::compat();"; @@ -153,9 +153,15 @@ 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(); +use Apache::daxepage(); +use Apache::daxeopen(); +use Apache::daxesave(); 1; __END__