Parent Directory
|
Revision Log
comments to global.conf, fixed new() in courseenv. -0sam
1 # WeBWorK global.conf 2 3 # anything that needs to be refered to in the environment hash below can be defined 4 # here -- it won't be added to the environment, since it is not returned. 5 # For example: 6 # my $someBaseDir = "/my/base/dir"; 7 # Can be used later in the environment hash: 8 # someSubDir => "$someBaseDir/subdir"; 9 10 11 ( 12 # course filesystem locations 13 coursesDirectory => '/home/malsyned/webwork-modperl/courses', 14 courseEnvironmentFilename => 'course.conf', 15 );
| aubreyja at gmail dot com | ViewVC Help |
| Powered by ViewVC 1.0.9 |