| 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.120 2005/07/02 16:52:30 dpvc Exp $ |
5 | # $CVSHeader$ |
| 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. |
| … | |
… | |
| 433 | # Frontend options |
433 | # Frontend options |
| 434 | ################################################################################ |
434 | ################################################################################ |
| 435 | |
435 | |
| 436 | %templates = ( |
436 | %templates = ( |
| 437 | system => "$webworkDirs{conf}/templates/ur.template", |
437 | system => "$webworkDirs{conf}/templates/ur.template", |
|
|
438 | gateway => "$webworkDirs{conf}/templates/gw.template", |
| 438 | ); |
439 | ); |
| 439 | |
440 | |
| 440 | ################################################################################ |
441 | ################################################################################ |
| 441 | # Authorization system |
442 | # Authorization system |
| 442 | ################################################################################ |
443 | ################################################################################ |