forked from GNUsocial/gnu-social
add http client config value
This commit is contained in:
parent
ae20d073ce
commit
3380b49aec
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user