summaryrefslogtreecommitdiff
path: root/lib/common.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-09-15 20:40:18 -0400
committerEvan Prodromou <evan@status.net>2009-09-15 21:12:59 -0400
commit3380b49aecb773ebadfe4a8e563f75ce4855e1a2 (patch)
tree9171068bb6923f8057f2cac19ef4ceaf86d403a9 /lib/common.php
parentae20d073ce8cb393417be6f05cdf54289ecd5bad (diff)
add http client config value
Diffstat (limited to 'lib/common.php')
-rw-r--r--lib/common.php2
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');