| 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.119 2005/05/20 16:34:20 gage Exp $ |
5 | # $CVSHeader: webwork2/conf/global.conf.dist,v 1.120 2005/07/02 16:52:30 dpvc 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. |
| … | |
… | |
| 378 | # is useful if the database becomes corrupted. |
378 | # is useful if the database becomes corrupted. |
| 379 | $webworkFiles{logs}{transaction} = "$courseDirs{logs}/transaction.log"; |
379 | $webworkFiles{logs}{transaction} = "$courseDirs{logs}/transaction.log"; |
| 380 | |
380 | |
| 381 | # The answer log stores a history of all users' submitted answers. |
381 | # The answer log stores a history of all users' submitted answers. |
| 382 | $courseFiles{logs}{answer_log} = "$courseDirs{logs}/answer_log"; |
382 | $courseFiles{logs}{answer_log} = "$courseDirs{logs}/answer_log"; |
|
|
383 | |
|
|
384 | # Log logins. |
|
|
385 | $courseFiles{logs}{login_log} = "$courseDirs{logs}/login.log"; |
| 383 | |
386 | |
| 384 | ################################################################################ |
387 | ################################################################################ |
| 385 | # More paths to external programs |
388 | # More paths to external programs |
| 386 | ################################################################################ |
389 | ################################################################################ |
| 387 | |
390 | |