| 1 | #!perl |
1 | #!perl |
| 2 | ################################################################################ |
2 | ################################################################################ |
| 3 | # WeBWorK Online Homework Delivery System |
3 | # WeBWorK Online Homework Delivery System |
| 4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
4 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.124 2005/07/19 17:22:53 sh002i Exp $ |
5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.125 2005/07/26 21:15:04 jj Exp $ |
| 6 | # |
6 | # |
| 7 | # This program is free software; you can redistribute it and/or modify it under |
7 | # This program is free software; you can redistribute it and/or modify it under |
| 8 | # the terms of either: (a) the GNU General Public License as published by the |
8 | # the terms of either: (a) the GNU General Public License as published by the |
| 9 | # Free Software Foundation; either version 2, or (at your option) any later |
9 | # Free Software Foundation; either version 2, or (at your option) any later |
| 10 | # version, or (b) the "Artistic License" which comes with this package. |
10 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 430 | # want. You might want to set this if your server is NOT in the same timezone as |
430 | # want. You might want to set this if your server is NOT in the same timezone as |
| 431 | # your school. If just a few courses are in a different timezone, set this in |
431 | # your school. If just a few courses are in a different timezone, set this in |
| 432 | # course.conf for the affected courses instead. |
432 | # course.conf for the affected courses instead. |
| 433 | # |
433 | # |
| 434 | $siteDefaults{timezone} = ""; |
434 | $siteDefaults{timezone} = ""; |
|
|
435 | |
|
|
436 | # The default_templates_course is used by default to create a new course. |
|
|
437 | # The contents of the templates directory are copied from this course |
|
|
438 | # to the new course being created. |
|
|
439 | $siteDefaults{default_templates_course} ="modelCourse"; |
| 435 | |
440 | |
| 436 | ################################################################################ |
441 | ################################################################################ |
| 437 | # Frontend options |
442 | # Frontend options |
| 438 | ################################################################################ |
443 | ################################################################################ |
| 439 | |
444 | |