X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fcommon.php;h=f7308d0b44c357ed7bcaa325dad3c6a60d4cd46c;hb=1636da829c9caa801f95dd9e8e658f938012a5fa;hp=f727a1cc11248b8415c3fa944171ffdeb0bcb450;hpb=203bc458420502289e2142a5649124a8b397d7e2;p=quix0rs-gnu-social.git diff --git a/lib/common.php b/lib/common.php index f727a1cc11..f7308d0b44 100644 --- a/lib/common.php +++ b/lib/common.php @@ -19,7 +19,7 @@ if (!defined('LACONICA')) { exit(1); } -define('LACONICA_VERSION', '0.6.4'); +define('LACONICA_VERSION', '0.6.4.3'); define('AVATAR_PROFILE_SIZE', 96); define('AVATAR_STREAM_SIZE', 48); @@ -116,6 +116,8 @@ $config = 'port' => 3312), 'tag' => array('dropoff' => 864000.0), + 'popular' => + array('dropoff' => 864000.0), 'daemon' => array('piddir' => '/var/run', 'user' => false,