[system] / trunk / webwork2 / conf / global.conf.dist Repository:
ViewVC logotype

Diff of /trunk/webwork2/conf/global.conf.dist

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

Revision 700 Revision 701
1#!perl 1#!perl
2################################################################################ 2################################################################################
3# WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester 3# WeBWorK mod_perl (c) 1995-2002 WeBWorK Team, Univeristy of Rochester
4# $Id: global.conf.dist,v 1.8 2003-01-10 17:28:19 sh002i Exp $ 4# $Id: global.conf.dist,v 1.9 2003-01-10 21:39:28 sh002i Exp $
5################################################################################ 5################################################################################
6 6
7# This file is used to set up the default WeBWorK course environment for all 7# This file is used to set up the default WeBWorK course environment for all
8# requests. Values may be overwritten by the course.conf for a specific course. 8# requests. Values may be overwritten by the course.conf for a specific course.
9# All package variables set in this file are added to the course environment. 9# All package variables set in this file are added to the course environment.
74 macros => "$courseRoot/templates/macros", 74 macros => "$courseRoot/templates/macros",
75); 75);
76 76
77%courseFiles = ( 77%courseFiles = (
78 environment => "$courseDirs{root}/course.conf", 78 environment => "$courseDirs{root}/course.conf",
79 motd => "$courseDirs{root}/motd.txt",
79); 80);
80 81
81my $courseURLRoot = "$webworkURLs{htdocs}/courses/$courseName"; 82my $courseURLRoot = "$webworkURLs{htdocs}/courses/$courseName";
82%courseURLs = ( 83%courseURLs = (
83 root => "$courseURLRoot", 84 root => "$courseURLRoot",

Legend:
Removed from v.700  
changed lines
  Added in v.701

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9