Author: cfinck
Date: Mon Jul 30 14:34:09 2007
New Revision: 28041
URL:
http://svn.reactos.org/svn/reactos?rev=28041&view=rev
Log:
Hardcode the path to our Bugzilla configuration file
Modified:
trunk/web/reactos.org/htdocs/bugzilla/Bugzilla/Constants.pm
Modified:
trunk/web/reactos.org/htdocs/bugzilla/Bugzilla/Constants.pm
URL:
http://svn.reactos.org/svn/reactos/trunk/web/reactos.org/htdocs/bugzilla/Bu…
==============================================================================
---
trunk/web/reactos.org/htdocs/bugzilla/Bugzilla/Constants.pm (original)
+++
trunk/web/reactos.org/htdocs/bugzilla/Bugzilla/Constants.pm Mon Jul 30 14:34:09 2007
@@ -407,13 +407,13 @@
my ($project, $localconfig, $datadir);
if ($ENV{'PROJECT'} && $ENV{'PROJECT'} =~ /^(\w+)$/) {
$project = $1;
- $localconfig = "localconfig.$project";
$datadir = "data/$project";
} else {
- $localconfig = "localconfig";
$datadir = "data";
}
+ $localconfig = "/web/reactos.org/config/bugzilla-config";
+
# We have to return absolute paths for mod_perl.
# That means that if you modify these paths, they must be absolute paths.
return {