summaryrefslogtreecommitdiffstats
path: root/Bugzilla
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-09-12 06:27:52 +0200
committermkanat%bugzilla.org <>2006-09-12 06:27:52 +0200
commit901ce06e6c9218b93b84fee09f9720204623dc19 (patch)
tree5ba32e48390c5331e2cf4fea701b3c592eb7fa97 /Bugzilla
parent5af900f573eec2bc561fec23092dfe8419342a50 (diff)
downloadbugzilla-901ce06e6c9218b93b84fee09f9720204623dc19.tar.gz
bugzilla-901ce06e6c9218b93b84fee09f9720204623dc19.tar.xz
Bug 345547: shutdownhtml will not work under mod_perl
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=justdave, a=justdave
Diffstat (limited to 'Bugzilla')
-rw-r--r--Bugzilla/Constants.pm3
1 files changed, 3 insertions, 0 deletions
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",