[system] / branches / rel-2-0-patches / webwork-modperl / conf / global.conf.dist Repository:
ViewVC logotype

Diff of /branches/rel-2-0-patches/webwork-modperl/conf/global.conf.dist

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

Revision 1386 Revision 1387
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.37 2003-07-14 15:21:52 gage Exp $ 4# $Id: global.conf.dist,v 1.38 2003-07-15 00:56:31 gage 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.
77); 77);
78 78
79%courseFiles = ( 79%courseFiles = (
80 environment => "$courseDirs{root}/course.conf", 80 environment => "$courseDirs{root}/course.conf",
81 motd => "$courseDirs{root}/motd.txt", 81 motd => "$courseDirs{root}/motd.txt",
82 logs => {
83 answer_log => "$courseDirs{logs}/answer_log",
84 },
82); 85);
83 86
84# quick hack to fix transaction logging. blah. 87# quick hack to fix transaction logging. blah.
85$webworkFiles{logs}->{transaction} = "$courseDirs{logs}/transaction.log"; 88$webworkFiles{logs}->{transaction} = "$courseDirs{logs}/transaction.log";
86$webworkFiles{logs}->{pastAnswerList} = "$courseDirs{logs}/past_answers.log"; 89$webworkFiles{logs}->{pastAnswerList} = "$courseDirs{logs}/past_answers.log";

Legend:
Removed from v.1386  
changed lines
  Added in v.1387

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9