From 901ce06e6c9218b93b84fee09f9720204623dc19 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Tue, 12 Sep 2006 04:27:52 +0000 Subject: Bug 345547: shutdownhtml will not work under mod_perl Patch By Max Kanat-Alexander r=justdave, a=justdave --- Bugzilla/Constants.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Bugzilla') diff --git a/Bugzilla/Constants.pm b/Bugzilla/Constants.pm index 9559dcae3..93d8d8d2c 100644 --- a/Bugzilla/Constants.pm +++ b/Bugzilla/Constants.pm @@ -365,6 +365,9 @@ sub bz_locations { # That means that if you modify these paths, they must be absolute paths. return { 'libpath' => $libpath, + # If you put the libraries in a different location than the CGIs, + # make sure this still points to the CGIs. + 'cgi_path' => $libpath, 'templatedir' => "$libpath/template", 'project' => $project, 'localconfig' => "$libpath/$localconfig", -- cgit v1.2.3-24-g4f1b