From: Arnie P. v. a. <we...@ma...> - 2008-06-27 15:53:19
|
Log Message: ----------- backport fix If WeBWorK is to be on the web server root, use "/". to patches release Tags: ---- rel-2-4-patches Modified Files: -------------- webwork2/conf: global.conf.dist Revision Data ------------- Index: global.conf.dist =================================================================== RCS file: /webwork/cvs/system/webwork2/conf/global.conf.dist,v retrieving revision 1.189.2.7.2.5 retrieving revision 1.189.2.7.2.6 diff -Lconf/global.conf.dist -Lconf/global.conf.dist -u -r1.189.2.7.2.5 -r1.189.2.7.2.6 --- conf/global.conf.dist +++ conf/global.conf.dist @@ -30,7 +30,7 @@ # Set these variables to correspond to your configuration and preferences. You # will need to restart the webserver to reset the variables in this section. -# URL of WeBWorK handler. If WeBWorK is to be on the web server root, use "". +# URL of WeBWorK handler. If WeBWorK is to be on the web server root, use "/". $webwork_url = "/webwork2"; # Root directory of PG. |