Merge in from the pre_0.1 branch

git-svn-id: file:///svn-source/pmgr/branches/sandbox_0.1@794 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2009-08-27 17:23:22 +00:00
49 changed files with 1605 additions and 694 deletions

View File

@@ -10,5 +10,10 @@ class DATABASE_CONFIG {
'database' => 'pmgr_sand',
'prefix' => 'pmgr_',
);
function __construct() {
if (preg_match("%^/[^/]*sand/%", $_SERVER['REQUEST_URI']))
$this->default['database'] = 'pmgr_sand';
}
}
?>