[ros-diffs] [cfinck] 28041: Hardcode the path to our Bugzilla configuration file

cfinck at svn.reactos.org cfinck at svn.reactos.org
Mon Jul 30 12:34:10 CEST 2007


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/Bugzilla/Constants.pm?rev=28041&r1=28040&r2=28041&view=diff
==============================================================================
--- 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 {




More information about the Ros-diffs mailing list