| 1 | ################################################################################ |
1 | ################################################################################ |
| 2 | # WeBWorK Online Homework Delivery System |
2 | # WeBWorK Online Homework Delivery System |
| 3 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
3 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 4 | # $CVSHeader: webwork-modperl/lib/WeBWorK/PG.pm,v 1.59 2004/11/03 22:00:10 dpvc Exp $ |
4 | # $CVSHeader: webwork2/lib/WeBWorK/PG.pm,v 1.60 2005/05/14 01:32:19 dpvc Exp $ |
| 5 | # |
5 | # |
| 6 | # This program is free software; you can redistribute it and/or modify it under |
6 | # This program is free software; you can redistribute it and/or modify it under |
| 7 | # the terms of either: (a) the GNU General Public License as published by the |
7 | # the terms of either: (a) the GNU General Public License as published by the |
| 8 | # Free Software Foundation; either version 2, or (at your option) any later |
8 | # Free Software Foundation; either version 2, or (at your option) any later |
| 9 | # version, or (b) the "Artistic License" which comes with this package. |
9 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 135 | # Directories and URLs |
135 | # Directories and URLs |
| 136 | # REMOVED: courseName |
136 | # REMOVED: courseName |
| 137 | # ADDED: dvipngTempDir |
137 | # ADDED: dvipngTempDir |
| 138 | # ADDED: jsMathURL |
138 | # ADDED: jsMathURL |
| 139 | # ADDED: asciimathURL |
139 | # ADDED: asciimathURL |
| 140 | # ADDED: macrosPath |
140 | # ADDED: macrosPath |
| 141 | # REMOVED: macrosDirectory, courseScriptsDirectory |
141 | # REMOVED: macrosDirectory, courseScriptsDirectory |
| 142 | |
142 | |
| 143 | $envir{cgiDirectory} = undef; |
143 | $envir{cgiDirectory} = undef; |
| 144 | $envir{cgiURL} = undef; |
144 | $envir{cgiURL} = undef; |
| 145 | $envir{classDirectory} = undef; |
145 | $envir{classDirectory} = undef; |
| 146 | $envir{macrosPath} = $ce->{pg}->{directories}{macrosPath}; |
146 | $envir{macrosPath} = $ce->{pg}->{directories}{macrosPath}; |