From a8447bf7e2da30713e921d91673d01afaa0bb29b Mon Sep 17 00:00:00 2001 From: "vincent@cubedesigners.com" Date: Thu, 8 Jul 2010 11:06:38 +0000 Subject: [PATCH] --- inc/config.inc.php | 2 ++ 1 file changed, 2 insertions(+) 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)) { -- 2.39.5