Log Message:
-----------
Fixed bug reported by Andrew Doe-stien: If WeBWorK is to be on the web
server root, use "/".
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.207
retrieving revision 1.208
diff -Lconf/global.conf.dist -Lconf/global.conf.dist -u -r1.207 -r1.208
--- 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.
|