This should fix #2144

This commit is contained in:
paul 2007-01-30 16:38:31 +00:00
parent 43cf1716e8
commit 0b1e16c92e
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ function login(&$data)
include(dirname(__FILE__).'/../../../storageServer/var/conf.php');
include_once(dirname(__FILE__).'/../../../storageServer/var/GreenBox.php');
include_once('DB.php');
global $CC_DBC, $CC_CONFIG;
$CC_DBC = DB::connect($CC_CONFIG['dsn'], TRUE);