--- trunk/webwork-modperl/conf/global.conf.dist 2004/07/03 17:21:27 2438 +++ trunk/webwork-modperl/conf/global.conf.dist 2004/07/03 17:29:12 2439 @@ -2,7 +2,7 @@ ################################################################################ # WeBWorK Online Homework Delivery System # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ -# $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.81 2004/07/01 20:31:13 dpvc Exp $ +# $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.82 2004/07/03 17:21:27 sh002i Exp $ # # This program is free software; you can redistribute it and/or modify it under # the terms of either: (a) the GNU General Public License as published by the @@ -218,7 +218,7 @@ # would add two buttons, one for the Rochester library and one for the ASU # library, provided templates/rochester and templates/asu exists. # -$courseFiles{problibs} = {}; +$courseFiles{problibs} = {}; ################################################################################ # Logs @@ -249,20 +249,20 @@ # Mail sent by the PG system and the mail merge and feedback modules will be # sent via this SMTP server. -$mail{smtpServer} = 'mail.yourschool.edu'; +$mail{smtpServer} = 'mail.yourschool.edu'; # When connecting to the above server, WeBWorK will send this address in the # MAIL FROM command. This has nothing to do with the "From" address on the mail # message. It can really be anything, but some mail servers require it contain # a valid mail domain, or at least be well-formed. -$mail{smtpSender} = 'webwork@yourserver.yourschool.edu'; +$mail{smtpSender} = 'webwork@yourserver.yourschool.edu'; # AllowedRecipients defines addresses that the PG system is allowed to send mail # to. this prevents subtle PG exploits. This should be set in course.conf to the # addresses of professors of each course. Sending mail from the PG system (i.e. # questionaires, essay questions) will fail if this is not set somewhere (either # here or in course.conf). -$mail{allowedRecipients} = [ +$mail{allowedRecipients} = [ #'prof1@yourserver.yourdomain.edu', #'prof2@yourserver.yourdomain.edu', ]; @@ -271,7 +271,7 @@ # email. It's appropriate to set this in the course.conf for specific courses, # but probably not in global.conf. if not defined, mail is sent to all # professors and TAs for a given course -$mail{feedbackRecipients} = [ +$mail{feedbackRecipients} = [ #'prof1@yourserver.yourdomain.edu', #'prof2@yourserver.yourdomain.edu', ]; @@ -280,7 +280,7 @@ # 0: send only the feedback comment and context link # 1: as in 0, plus user, set, problem, and PG data # 2: as in 1, plus the problem environment (debugging data) -$mail{feedbackVerbosity} = 1; +$mail{feedbackVerbosity} = 1; # Defines the size of the Mail Merge editor window # FIXME: should this be here? it's UI, not mail @@ -346,7 +346,7 @@ $dbLayoutName = "sql"; # or: "gdbm" # This sets the symbol "dbLayout" as an alias for the selected database layout. -*dbLayout = $dbLayouts{$dbLayoutName}; +*dbLayout = $dbLayouts{$dbLayoutName}; ################################################################################ # Problem library options @@ -360,7 +360,7 @@ $problemLibrary{sourceSQL} = "ProblemLibrary"; # The user name to use when connecting to the problem library database -$problemLibrary{userSQL} = "webworkRead"; +$problemLibrary{userSQL} = "webworkRead"; # The password to use when connecting to the problem library database $problemLibrary{passwordSQL} = ""; @@ -374,8 +374,8 @@ # action, >=5 will allow a TA to, and >=0 will allow a student to perform an # action (almost never what you want). -my $student = 0; -my $ta = 5; +my $student = 0; +my $ta = 5; my $professor = 10; %permissionLevels = (