diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-07-24 16:54:56 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-07-24 16:54:56 -0400 |
commit | 60ba63b04e5a7459d4bd4d0475e2947a0ed3dbaf (patch) | |
tree | 9181712c61f00efd8766349149236d28b33d4192 | |
parent | fdc7950e3386208996b66aa87c7f291b499544fb (diff) |
default for mirror in DB
darcs-hash:20080724205456-84dde-855e907d68c9548e99efe1068b5a53733e5555bf.gz
-rw-r--r-- | lib/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index ca668d8c2..f92f08b7d 100644 --- a/lib/common.php +++ b/lib/common.php @@ -89,6 +89,7 @@ $config['db'] = 'class_location' => INSTALLDIR . '/classes', 'require_prefix' => 'classes/', 'class_prefix' => '', + 'mirror' => NULL, 'db_driver' => 'DB', # XXX: JanRain libs only work with DB 'quote_identifiers' => false); |