X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fcommon.php;h=2ab9c616c47ad9da218e2d85e0bb67fa1f937330;hb=3a82ff28601d66d443f3b99d0504d35a44712ee5;hp=ae24ac7a24132bd0ce751b36c7b43f07e5faec2d;hpb=4abd5a6ed955d3c6b8ebd84c5714ed88f40ea043;p=quix0rs-gnu-social.git diff --git a/lib/common.php b/lib/common.php index ae24ac7a24..2ab9c616c4 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.6.1'); +define('LACONICA_VERSION', '0.6.2'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); @@ -86,7 +86,8 @@ $config = 'avatar' => array('server' => NULL), 'public' => - array('localonly' => true), + array('localonly' => true, + 'blacklist' => array()), 'theme' => array('server' => NULL), 'xmpp' => @@ -111,7 +112,9 @@ $config = 'memcached' => array('enabled' => false, 'server' => 'localhost', - 'port' => 11211) + 'port' => 11211), + 'inboxes' => + array('enabled' => true), # on by default for new sites ); $config['db'] = &PEAR::getStaticProperty('DB_DataObject','options');