From: x2000habouzit Date: Fri, 8 Oct 2004 16:47:48 +0000 (+0000) Subject: I'm ashamed X-Git-Tag: xorg/old~1414 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=e7f970bc99080e4bc9848b02040bcfe968fa9309;p=platal.git I'm ashamed --- diff --git a/include/auto.prepend.inc.php b/include/auto.prepend.inc.php index b229565..7ae951c 100644 --- a/include/auto.prepend.inc.php +++ b/include/auto.prepend.inc.php @@ -18,7 +18,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: auto.prepend.inc.php,v 1.25 2004-10-08 11:30:10 x2000habouzit Exp $ + $Id: auto.prepend.inc.php,v 1.26 2004-10-08 16:47:48 x2000habouzit Exp $ ***************************************************************************/ function microtime_float() @@ -28,7 +28,7 @@ function microtime_float() } $TIME_BEGIN = microtime_float(); -ini_set('include_path', '/home/x2000habouzit/dev/diogenes/lib/:'.ini_get('include_path')); +ini_set('include_path', $globals->libroot.':'.ini_get('include_path')); require("config.xorg.inc.php") ; require_once("xorg.common.inc.php");