| 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.149 2005/10/10 22:17:25 sh002i Exp $ |
5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.150 2005/10/10 22:36:51 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. |
| … | |
… | |
| 552 | download_hardcopy_multiuser => "ta", |
552 | download_hardcopy_multiuser => "ta", |
| 553 | download_hardcopy_multiset => "ta", |
553 | download_hardcopy_multiset => "ta", |
| 554 | download_hardcopy_format_pdf => "guest", |
554 | download_hardcopy_format_pdf => "guest", |
| 555 | download_hardcopy_format_tex => "ta", |
555 | download_hardcopy_format_tex => "ta", |
| 556 | ); |
556 | ); |
|
|
557 | |
|
|
558 | # This is the default permission level given to new students and students with |
|
|
559 | # invalid or missing permission levels. |
|
|
560 | $default_permission_level = $userRoles{student}; |
| 557 | |
561 | |
| 558 | ################################################################################ |
562 | ################################################################################ |
| 559 | # Status system |
563 | # Status system |
| 560 | ################################################################################ |
564 | ################################################################################ |
| 561 | |
565 | |