X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Fdefault.php;h=a19453fce49ddb3ec2edcd61f78e42f9220b395f;hb=bab012bd67bdaf431f7bdba707c9fdebb7d6b6bb;hp=08ad811b6180ac54bf1716fed9ae0b8744761e04;hpb=b31c49c5d47e04c59bbbcf878ffd307fbf60b533;p=quix0rs-gnu-social.git diff --git a/lib/default.php b/lib/default.php index 08ad811b61..a19453fce4 100644 --- a/lib/default.php +++ b/lib/default.php @@ -37,6 +37,7 @@ $default = 'path' => $_path, 'logfile' => null, 'logo' => null, + 'ssllogo' => null, 'logdebug' => false, 'fancy' => false, 'locale_path' => INSTALLDIR.'/locale', @@ -316,7 +317,8 @@ $default = 'nofollow' => array('subscribers' => true, 'members' => true, - 'peopletag' => true), + 'peopletag' => true, + 'external' => 'sometimes'), // Options: 'sometimes', 'never', default = 'sometimes' 'http' => // HTTP client settings when contacting other sites array('ssl_cafile' => false, // To enable SSL cert validation, point to a CA bundle (eg '/usr/lib/ssl/certs/ca-certificates.crt') 'curl' => false, // Use CURL backend for HTTP fetches if available. (If not, PHP's socket streams will be used.)