Log Message:
-----------
Edited:
# URL of WeBWorK handler. If WeBWorK is to be on the web server root,
use "". Note
# that using "" may not work so we suggest sticking with "/webwork2".
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.7
retrieving revision 1.189.2.7.2.8
diff -Lconf/global.conf.dist -Lconf/global.conf.dist -u -r1.189.2.7.2.7 -r1.189.2.7.2.8
--- conf/global.conf.dist
+++ conf/global.conf.dist
@@ -30,7 +30,8 @@
# 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 "". Note
+# that using "" may not work so we suggest sticking with "/webwork2".
$webwork_url = "/webwork2";
# Root directory of PG.
|