| 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: webwork2/conf/global.conf.dist,v 1.102 2004/09/05 00:54:31 dpvc Exp $ |
5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.103 2004/09/10 22:03:26 sh002i 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. |
| … | |
… | |
| 370 | C => "Enrolled", |
370 | C => "Enrolled", |
| 371 | current => "Enrolled", |
371 | current => "Enrolled", |
| 372 | enrolled => "Enrolled", |
372 | enrolled => "Enrolled", |
| 373 | }; |
373 | }; |
| 374 | |
374 | |
|
|
375 | # Set the default timezone of courses on this server. This must be a value valid |
|
|
376 | # for the TZ environment variable. See also tzset(3). |
|
|
377 | # |
|
|
378 | # If left blank, the system timezone will be used. This is usually what you |
|
|
379 | # want. You might want to set this if your server is NOT in the same timezone as |
|
|
380 | # your school. If just a few courses are in a different timezone, set this in |
|
|
381 | # course.conf for the affected courses instead. |
|
|
382 | # |
|
|
383 | $siteDefaults{timezone} = ""; |
|
|
384 | |
| 375 | ################################################################################ |
385 | ################################################################################ |
| 376 | # Frontend options |
386 | # Frontend options |
| 377 | ################################################################################ |
387 | ################################################################################ |
| 378 | |
388 | |
| 379 | %templates = ( |
389 | %templates = ( |