diff options
author | Evan Prodromou <evan@status.net> | 2009-09-15 20:40:18 -0400 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-09-15 21:12:59 -0400 |
commit | 3380b49aecb773ebadfe4a8e563f75ce4855e1a2 (patch) | |
tree | 9171068bb6923f8057f2cac19ef4ceaf86d403a9 /lib | |
parent | ae20d073ce8cb393417be6f05cdf54289ecd5bad (diff) |
add http client config value
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index 3b21b548c..194eb568f 100644 --- a/lib/common.php +++ b/lib/common.php @@ -284,6 +284,8 @@ $config = array('contentlimit' => null), 'message' => array('contentlimit' => null), + 'http' => + array('client' => 'curl'), // XXX: should this be the default? ); $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options'); |