X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=20f351ab0eb66abec63cbc69af9c3f8519f039ae;hb=2ff5889e9a8cdfa6407f72ab821550023b97bfef;hp=91a048b9452cc7645fb51e42672556d9e96c9de3;hpb=9e1f03ca11ec5efc48c6f503ce16ea5df39c59af;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index 91a048b945..20f351ab0e 100644 --- a/static/defaults.config.php +++ b/static/defaults.config.php @@ -1,6 +1,6 @@ false, + 'pdo_emulate_prepares' => true, // disable_pdo (Boolean) // PDO is used by default (if available). Otherwise MySQLi will be used. @@ -121,6 +121,10 @@ return [ // Deny public access to the local user directory. 'block_local_dir' => false, + // blocked_tags (String) + // Comma separated list of hash tags that shouldn't be displayed in the trending tags + 'blocked_tags' => '', + // community_no_sharer (Boolean) // Don't display sharing accounts on the global community 'community_no_sharer' => false,