| 1 | #!perl |
1 | #!perl |
| 2 | ################################################################################ |
2 | ################################################################################ |
| 3 | # WeBWorK Online Homework Delivery System |
3 | # WeBWorK Online Homework Delivery System |
| 4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.70 2004/05/24 18:25:07 sh002i Exp $ |
5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.71 2004/05/24 21:28:42 jj Exp $ |
| 6 | # |
6 | # |
| 7 | # This program is free software; you can redistribute it and/or modify it under |
7 | # This program is free software; you can redistribute it and/or modify it under |
| 8 | # the terms of either: (a) the GNU General Public License as published by the |
8 | # the terms of either: (a) the GNU General Public License as published by the |
| 9 | # Free Software Foundation; either version 2, or (at your option) any later |
9 | # Free Software Foundation; either version 2, or (at your option) any later |
| 10 | # version, or (b) the "Artistic License" which comes with this package. |
10 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 38 | conf => "$webworkRoot/conf", |
38 | conf => "$webworkRoot/conf", |
| 39 | courses => "$webworkRoot/courses", |
39 | courses => "$webworkRoot/courses", |
| 40 | htdocs => "$webworkRoot/htdocs", |
40 | htdocs => "$webworkRoot/htdocs", |
| 41 | htdocs_temp => "$webworkRoot/htdocs/tmp", |
41 | htdocs_temp => "$webworkRoot/htdocs/tmp", |
| 42 | equationCache => "$webworkRoot/htdocs/tmp/equations", |
42 | equationCache => "$webworkRoot/htdocs/tmp/equations", |
|
|
43 | local_help => "$webworkRoot/htdocs/helpFiles", |
| 43 | lib => "$webworkRoot/lib", |
44 | lib => "$webworkRoot/lib", |
| 44 | logs => "$webworkRoot/logs", |
45 | logs => "$webworkRoot/logs", |
| 45 | macros => "$pgRoot/macros", |
46 | macros => "$pgRoot/macros", |
| 46 | tmp => "$webworkRoot/tmp", |
47 | tmp => "$webworkRoot/tmp", |
| 47 | ); |
48 | ); |