X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fdefault.php;h=b1079a907ce90ed52c2601bebd6624ea2ce15596;hb=f0480c34d7e3d528fc559568ce6ac53c3b33f8f9;hp=74ab982958e1eb6ce7483b754b3860cfec916913;hpb=24910f2363b128853a3f610a220dfc66222f6fdc;p=quix0rs-gnu-social.git diff --git a/lib/default.php b/lib/default.php index 74ab982958..b1079a907c 100644 --- a/lib/default.php +++ b/lib/default.php @@ -297,7 +297,7 @@ $default = 'group' => array('maxaliases' => 3, 'desclimit' => null, - 'addtag' => false), + 'addtag' => true), 'peopletag' => array('maxtags' => 100, // maximum number of tags a user can create. 'maxpeople' => 500, // maximum no. of people with the same tag by the same user @@ -345,6 +345,7 @@ $default = 'default' => array( 'Activity' => array(), 'AntiBrute' => array(), + 'Blacklist' => array(), 'Bookmark' => array(), 'ClientSideShorten' => array(), 'DefaultLayout' => array(), @@ -392,6 +393,7 @@ $default = 'ssl_verify_host' => true, // HTTPRequest2 makes sure this is set to CURLOPT_SSL_VERIFYHOST==2 if using curl 'curl' => false, // Use CURL backend for HTTP fetches if available. (If not, PHP's socket streams will be used.) 'connect_timeout' => 5, + 'timeout' => 60, 'proxy_host' => null, 'proxy_port' => null, 'proxy_user' => null,