Refactoring to allow use of global.php outside of html (without Phoenix)
diff --git a/html/global.php b/html/global.php
index 85c227d..e4c1a51 100644
--- a/html/global.php
+++ b/html/global.php
@@ -14,7 +14,9 @@
 if(!defined('BABEL_BASE_DIR')){
 	define('BABEL_BASE_DIR', "../");
 }
-define('USE_PHOENIX', 		true);
+if(!defined('USE_PHOENIX')) {
+	define('USE_PHOENIX', 		true);
+}
 define("COOKIE_REMEMBER",	"cBABEL");
 define("COOKIE_SESSION" ,	"sBABEL");