From: Marc-Etienne V. <Mar...@al...> - 2010-06-09 13:03:42
|
Le 09/06/2010 12:34, ru...@us... a écrit : > Revision: 7508 > http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7508&view=rev > Author: rurban > Date: 2010-06-09 10:34:03 +0000 (Wed, 09 Jun 2010) > > Log Message: > ----------- > move lib/updateinterwikimap shell script to admin > index.php: gforge should symlink or copy the config, as everybody else [...] > Modified: trunk/index.php > =================================================================== > --- trunk/index.php 2010-06-09 10:10:41 UTC (rev 7507) > +++ trunk/index.php 2010-06-09 10:34:03 UTC (rev 7508) > @@ -30,14 +30,10 @@ > require_once(dirname(__FILE__).'/lib/IniConfig.php'); > -if (!defined('GFORGE') or !GFORGE) { > - IniConfig(dirname(__FILE__)."/config/config.ini"); > -} else { > - IniConfig(dirname(__FILE__)."/config/config-default.ini"); > -} > +IniConfig(dirname(__FILE__)."/config/config.ini"); Hello Reini, Was there really a problem with my code? I cannot put my config.ini in Svn, so I used this trick. What should I do? Best regards, Marc-Etienne -- Marc-Etienne Vargenau Alcatel-Lucent France, Route de Villejust, 91620 NOZAY, FRANCE +33 (0)1 30 77 28 33, Mar...@al... |