[system] / branches / rel-2-4-patches / webwork2 / lib / WeBWorK / PG.pm Repository:
ViewVC logotype

Diff of /branches/rel-2-4-patches/webwork2/lib/WeBWorK/PG.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 2169 Revision 2170
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};

Legend:
Removed from v.2169  
changed lines
  Added in v.2170

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9