[system] / branches / rel-2-1-patches / webwork2 / conf / global.conf.dist Repository:
ViewVC logotype

Diff of /branches/rel-2-1-patches/webwork2/conf/global.conf.dist

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

Revision 669 Revision 670
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.3 2002-11-26 21:49:51 sh002i Exp $ 4# $Id: global.conf.dist,v 1.4 2002-12-06 17:50:21 malsyned 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.
47 }, 47 },
48); 48);
49 49
50my $webworkURLRoot = "/webwork"; # *** # this should be detected! 50my $webworkURLRoot = "/webwork"; # *** # this should be detected!
51%webworkURLs = ( 51%webworkURLs = (
52 root => "$webworkURLRoot", 52 root => "$webworkURLRoot",
53 htdocs => "/webwork_files", 53 htdocs => "/webwork_files",
54 docs => "http://webhost.math.rochester.edu/webworkdocs/docs", 54 docs => "http://webhost.math.rochester.edu/webworkdocs/docs",
55 oldProf => "/webwork-old/profLogin.pl",
55); 56);
56 57
57################################################################################ 58################################################################################
58# Default course-specific settings 59# Default course-specific settings
59################################################################################ 60################################################################################

Legend:
Removed from v.669  
changed lines
  Added in v.670

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9