| 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.84 2004/07/04 02:08:28 dpvc Exp $ |
5 | # $CVSHeader: webwork-modperl/conf/global.conf.dist,v 1.85 2004/07/06 21:53:10 gage 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. |
| … | |
… | |
| 432 | score_sets => $professor, |
432 | score_sets => $professor, |
| 433 | send_mail => $professor, |
433 | send_mail => $professor, |
| 434 | modify_classlist_files => $professor, |
434 | modify_classlist_files => $professor, |
| 435 | modify_set_def_files => $professor, |
435 | modify_set_def_files => $professor, |
| 436 | modify_scoring_files => $professor, |
436 | modify_scoring_files => $professor, |
|
|
437 | modify_problem_template_files => $professor, |
| 437 | create_and_delete_courses => $professor, |
438 | create_and_delete_courses => $professor, |
| 438 | fix_course_databases => $professor, |
439 | fix_course_databases => $professor, |
| 439 | ); |
440 | ); |
| 440 | |
441 | |
| 441 | ################################################################################ |
442 | ################################################################################ |