[LON-CAPA-cvs] cvs: loncom / startup.pl
raeburn
raeburn@source.lon-capa.org
Sun, 17 May 2009 01:16:47 -0000
raeburn Sun May 17 01:16:47 2009 EDT
Modified files:
/loncom startup.pl
Log:
- lonconfigsettings.pm and courseprefs.pm loaded on start up.
Index: loncom/startup.pl
diff -u loncom/startup.pl:1.33 loncom/startup.pl:1.34
--- loncom/startup.pl:1.33 Sun Jul 13 17:38:55 2008
+++ loncom/startup.pl Sun May 17 01:16:47 2009
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-# $Id: startup.pl,v 1.33 2008/07/13 17:38:55 raeburn Exp $
+# $Id: startup.pl,v 1.34 2009/05/17 01:16:47 raeburn Exp $
BEGIN {
eval "use Apache2::compat();";
@@ -148,6 +148,8 @@
use Apache::courseclassifier();
use Apache::selfenroll();
use Apache::createaccount();
+use Apache::lonconfigsettings();
+use Apache::courseprefs();
1;
__END__