| 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.47 2004/01/05 01:02:41 sh002i Exp $ |
4 | # $CVSHeader: webwork-modperl/lib/WeBWorK/PG.pm,v 1.48 2004/05/22 22:14:07 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. |
| … | |
… | |
| 137 | $envir{templateDirectory} = $ce->{courseDirs}->{templates}."/"; |
137 | $envir{templateDirectory} = $ce->{courseDirs}->{templates}."/"; |
| 138 | $envir{tempDirectory} = $ce->{courseDirs}->{html_temp}."/"; |
138 | $envir{tempDirectory} = $ce->{courseDirs}->{html_temp}."/"; |
| 139 | $envir{tempURL} = $ce->{courseURLs}->{html_temp}."/"; |
139 | $envir{tempURL} = $ce->{courseURLs}->{html_temp}."/"; |
| 140 | $envir{scriptDirectory} = undef; |
140 | $envir{scriptDirectory} = undef; |
| 141 | $envir{webworkDocsURL} = $ce->{webworkURLs}->{docs}."/"; |
141 | $envir{webworkDocsURL} = $ce->{webworkURLs}->{docs}."/"; |
|
|
142 | $envir{localHelpURL} = $ce->{webworkURLs}->{local_help}."/"; |
| 142 | $envir{jsMathURL} = $ce->{webworkURLs}->{jsMath}; |
143 | $envir{jsMathURL} = $ce->{webworkURLs}->{jsMath}; |
| 143 | |
144 | |
| 144 | # Information for sending mail |
145 | # Information for sending mail |
| 145 | |
146 | |
| 146 | $envir{mailSmtpServer} = $ce->{mail}->{smtpServer}; |
147 | $envir{mailSmtpServer} = $ce->{mail}->{smtpServer}; |