]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/default.php
Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, adding redire...
[quix0rs-gnu-social.git] / lib / default.php
index 9f64cc9e48b2d870e0b501600dd8d20dcc2deacd..f6cc4b725af22cb2d136b6f017869901cda4e0cd 100644 (file)
@@ -228,6 +228,6 @@ $default =
         array('contentlimit' => null),
         'message' =>
         array('contentlimit' => null),
-        'http' =>
-        array('client' => 'curl'), // XXX: should this be the default?
+        'location' =>
+        array('namespace' => 1), // 1 = geonames, 2 = Yahoo Where on Earth
         );