commit | 4f378835039c37d7f9ecadb1e6ed1a8574597880 | [log] [tgz] |
---|---|---|
author | droy <droy> | Fri Jul 18 13:03:56 2008 +0000 |
committer | droy <droy> | Fri Jul 18 13:03:56 2008 +0000 |
tree | 11689191dafd3a4b2015c6733c711e63c6886e62 | |
parent | b6e25c7a545168450779658b5707de7cb45df4e0 [diff] [blame] |
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");