| 1 | ################################################################################ |
1 | ################################################################################ |
| 2 | # WeBWorK Online Homework Delivery System |
2 | # WeBWorK Online Homework Delivery System |
| 3 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
3 | # Copyright © 2000-2003 The WeBWorK Project, http://openwebwork.sf.net/ |
| 4 | # $CVSHeader: webwork-modperl/lib/WeBWorK/Constants.pm,v 1.19 2004/10/07 19:55:18 sh002i Exp $ |
4 | # $CVSHeader: webwork-modperl/lib/WeBWorK/Constants.pm,v 1.20 2004/10/11 13:30:09 gage Exp $ |
| 5 | # |
5 | # |
| 6 | # This program is free software; you can redistribute it and/or modify it under |
6 | # This program is free software; you can redistribute it and/or modify it under |
| 7 | # the terms of either: (a) the GNU General Public License as published by the |
7 | # the terms of either: (a) the GNU General Public License as published by the |
| 8 | # Free Software Foundation; either version 2, or (at your option) any later |
8 | # Free Software Foundation; either version 2, or (at your option) any later |
| 9 | # version, or (b) the "Artistic License" which comes with this package. |
9 | # version, or (b) the "Artistic License" which comes with this package. |
| … | |
… | |
| 52 | # |
52 | # |
| 53 | $WeBWorK::Timing::Enabled = 1; |
53 | $WeBWorK::Timing::Enabled = 1; |
| 54 | |
54 | |
| 55 | # If non-empty, timing data will be sent to the file named rather than STDERR. |
55 | # If non-empty, timing data will be sent to the file named rather than STDERR. |
| 56 | # |
56 | # |
| 57 | $WeBWorK::Timing::Logfile = "/home/gage/webwork2/logs/timing.log"; |
57 | $WeBWorK::Timing::Logfile = ""; |
| 58 | |
58 | |
| 59 | ################################################################################ |
59 | ################################################################################ |
| 60 | # WeBWorK::ContentGenerator::Hardcopy |
60 | # WeBWorK::ContentGenerator::Hardcopy |
| 61 | ################################################################################ |
61 | ################################################################################ |
| 62 | |
62 | |