]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
add http client config value
authorEvan Prodromou <evan@status.net>
Wed, 16 Sep 2009 00:40:18 +0000 (20:40 -0400)
committerEvan Prodromou <evan@status.net>
Wed, 16 Sep 2009 01:12:59 +0000 (21:12 -0400)
lib/common.php

index 3b21b548cf9ef81ca0cb689b6bfd879e08117a90..194eb568f7d1a0ff2b7525599fd196443ee0bd78 100644 (file)
@@ -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');