[system] / trunk / webwork-modperl / conf / global.conf.dist Repository:
ViewVC logotype

Diff of /trunk/webwork-modperl/conf/global.conf.dist

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

Revision 1616 Revision 1617
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.42 2003-10-01 03:35:02 sh002i Exp $ 4# $Id: global.conf.dist,v 1.43 2003-11-04 02:29:23 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.
20################################################################################ 20################################################################################
21 21
22%webworkDirs = ( 22%webworkDirs = (
23 root => "$webworkRoot", 23 root => "$webworkRoot",
24 DATA => "$webworkRoot/DATA", 24 DATA => "$webworkRoot/DATA",
25 uploadCache => "$webworkRoot/DATA/uploads",
25 bin => "$webworkRoot/bin", 26 bin => "$webworkRoot/bin",
26 conf => "$webworkRoot/conf", 27 conf => "$webworkRoot/conf",
27 courses => "$webworkRoot/courses", 28 courses => "$webworkRoot/courses",
28 htdocs => "$webworkRoot/htdocs", 29 htdocs => "$webworkRoot/htdocs",
29 htdocs_temp => "$webworkRoot/htdocs/tmp", 30 htdocs_temp => "$webworkRoot/htdocs/tmp",
193 modify_problem_sets => $professor, 194 modify_problem_sets => $professor,
194 assign_problem_sets => $professor, 195 assign_problem_sets => $professor,
195 modify_student_data => $professor, 196 modify_student_data => $professor,
196 score_sets => $professor, 197 score_sets => $professor,
197 send_mail => $professor, 198 send_mail => $professor,
199 modify_classlist_files => $professor,
200 modify_set_def_files => $professor,
198); 201);
199 202
200################################################################################ 203################################################################################
201# Session options 204# Session options
202################################################################################ 205################################################################################

Legend:
Removed from v.1616  
changed lines
  Added in v.1617

aubreyja at gmail dot com
ViewVC Help
Powered by ViewVC 1.0.9