From: vincent@cubedesigners.com Date: Tue, 23 Feb 2010 09:05:48 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fc233604be727ca12c15bde6df1dc91c558297e7;p=cubeextranet.git --- diff --git a/inc/config.inc.php b/inc/config.inc.php index b8fe9eeac..f7e8e55ed 100644 --- a/inc/config.inc.php +++ b/inc/config.inc.php @@ -22,6 +22,7 @@ if (in_array($_SERVER['HTTP_HOST'], array_merge($localrel, $localabs))) { define('WEBROOT', ''); define('SITE_PATH', WEBROOT . '/'); } + define('CONVERTER_PATH', ROOT . '/tools/'); } else { // Définition des variables dans l'environnement de production define('DB_HOST', 'localhost'); @@ -34,6 +35,8 @@ if (in_array($_SERVER['HTTP_HOST'], array_merge($localrel, $localabs))) { define('FTPROOT', '/home/extranet/ftp/'); define('DEV', false); define('WINDOWS', false); + + define('CONVERTER_PATH', '/bin:/usr/bin:/usr/local/bin'); } if (in_array($_SERVER['HTTP_HOST'], $ws)) {