From 3822a6cbffd239a2101abfb223510f78be7572fc Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 9 Dec 2010 13:04:17 +0000 Subject: [PATCH] --- inc/config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.inc.php b/inc/config.inc.php index ebd47eb76..5fb2d4441 100644 --- a/inc/config.inc.php +++ b/inc/config.inc.php @@ -24,7 +24,7 @@ if (in_array($_SERVER['HTTP_HOST'], array_merge($localrel, $localabs))) { define('WEBROOT', ''); define('SITE_PATH', WEBROOT . '/'); } - define('CONVERTER_PATH', ROOT . '/tools/'); + define('CONVERTER_PATH', ROOT . '/fluidbook/tools/'); define('MXMLC_PATH', 'C:\Program Files\Adobe\Flex SDK\bin\mxmlc.exe'); define('FTPROOT', '/'); } else { -- 2.39.5