First pass at conversion for lunarpages. Untested as of yet, but this checkin will allow an svn export, and I can work on the bugs then.

git-svn-id: file:///svn-source/pmgr/branches/hosted_migration_20130215@1022 97e9348a-65ac-dc4b-aefc-98561f571b83
This commit is contained in:
abijah
2013-02-15 19:08:29 +00:00
parent 15fc04e690
commit 4d24428a19
6 changed files with 21 additions and 12 deletions

View File

@@ -5,10 +5,10 @@ class DATABASE_CONFIG {
'driver' => 'mysql',
'persistent' => false,
'host' => 'localhost',
'login' => 'pmgr',
'password' => 'pmgruser',
'database' => 'property_manager',
'prefix' => 'pmgr_',
'login' => 'perki2_pmgruser',
'password' => 'pmgrauth',
'database' => 'pmgr',
'prefix' => '',
);
function __construct() {