X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fdefault.php;h=f6cc4b725af22cb2d136b6f017869901cda4e0cd;hb=9f15febf88769493aa834cab5b916cb46298842a;hp=c896d5408470a2ee0b56d9ed4c3f1867c6bf37ce;hpb=9608cc6143a135d6326a86724ddce040b3ab7a3a;p=quix0rs-gnu-social.git diff --git a/lib/default.php b/lib/default.php index c896d54084..f6cc4b725a 100644 --- a/lib/default.php +++ b/lib/default.php @@ -84,7 +84,8 @@ $default = 'image' => 'http://i.creativecommons.org/l/by/3.0/80x15.png'), 'mail' => array('backend' => 'mail', - 'params' => null), + 'params' => null, + 'domain_check' => true), 'nickname' => array('blacklist' => array(), 'featured' => array()), @@ -227,8 +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 );