--- loncom/startup.pl 2011/02/07 21:10:59 1.39 +++ loncom/startup.pl 2012/03/05 21:18:21 1.41 @@ -1,5 +1,5 @@ #!/usr/bin/perl -# $Id: startup.pl,v 1.39 2011/02/07 21:10:59 raeburn Exp $ +# $Id: startup.pl,v 1.41 2012/03/05 21:18:21 raeburn Exp $ BEGIN { eval "use Apache2::compat();"; @@ -153,6 +153,9 @@ use Apache::createaccount(); use Apache::lonconfigsettings(); use Apache::courseprefs(); use Apache::domainprefs(); +use Apache::lonblockingmenu(); +use Apache::lonshibauth(); +use Apache::lonshibacc(); 1; __END__