From 3b0560db062187054b254a441935ab8d34287e7f Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Sat, 23 Sep 2006 06:01:00 +0000 Subject: Bug 351243: Public webdot server changed its IP address Patch By Max Kanat-Alexander r=colin, a=justdave --- Bugzilla/Constants.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla/Constants.pm') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 93d8d8d2c..4ce2cbc09 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -380,7 +380,7 @@ sub bz_locations { # change showdependencygraph.cgi to set image_url to the correct # location. # The script should really generate these graphs directly... - 'webdotdir' => "$libpath/$datadir/webdot", + 'webdotdir' => "$datadir/webdot", 'extensionsdir' => "$libpath/extensions", }; } -- cgit v1.2.3-24-g4f1b