--- trunk/webwork-modperl/conf/global.conf.dist 2005/12/22 18:41:59 3846 +++ trunk/webwork-modperl/conf/global.conf.dist 2006/01/24 23:34:20 3965 @@ -2,7 +2,7 @@ ################################################################################ # WeBWorK Online Homework Delivery System # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ -# $CVSHeader: webwork2/conf/global.conf.dist,v 1.160 2005/12/21 23:19:01 glarose Exp $ +# $CVSHeader: webwork2/conf/global.conf.dist,v 1.161 2005/12/22 18:41:59 glarose Exp $ # # This program is free software; you can redistribute it and/or modify it under # the terms of either: (a) the GNU General Public License as published by the @@ -239,6 +239,9 @@ # available in $courseName.) $courseDirs{root} = "$webworkDirs{courses}/$courseName"; +# Location of course-specific data files, such as WW1 (GDBM) database files. +$courseDirs{DATA} Ê Ê Ê Ê= "$courseDirs{root}/DATA"; + # Location of course HTML files, passed to PG. $courseDirs{html} = "$courseDirs{root}/html"; $courseURLs{html} = "$webwork_courses_url/$courseName";