From fc233604be727ca12c15bde6df1dc91c558297e7 Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Tue, 23 Feb 2010 09:05:48 +0000 Subject: [PATCH] --- inc/config.inc.php | 3 +++ 1 file changed, 3 insertions(+) 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)) { -- 2.39.5