From: vincent@cubedesigners.com Date: Thu, 8 Jul 2010 11:06:38 +0000 (+0000) Subject: (no commit message) X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=a8447bf7e2da30713e921d91673d01afaa0bb29b;p=cubeextranet.git --- diff --git a/inc/config.inc.php b/inc/config.inc.php index db77577f1..52cfb2257 100644 --- a/inc/config.inc.php +++ b/inc/config.inc.php @@ -14,6 +14,7 @@ if (in_array($_SERVER['HTTP_HOST'], array_merge($localrel, $localabs))) { define('DEV', true); define('WINDOWS', true); define('FONT_PATH', 'C:/Windows/Fonts'); + define('AS3_SOURCES','C:\Users\Vincent\Documents\Works\as3;C:\Users\Vincent\Documents\Works\cubeExtranet\swf\_src'); if (in_array($_SERVER['HTTP_HOST'], $localrel)) { define('WEBROOT', '/cubeExtranet'); @@ -37,6 +38,7 @@ if (in_array($_SERVER['HTTP_HOST'], array_merge($localrel, $localabs))) { define('DEV', false); define('WINDOWS', false); define('CONVERTER_PATH', '/bin:/usr/bin:/usr/local/bin'); + define('AS3_SOURCES','/home/ws/sources'); } if (in_array($_SERVER['HTTP_HOST'], $ws)) {