X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fdefaults.config.php;h=20f351ab0eb66abec63cbc69af9c3f8519f039ae;hb=2ff5889e9a8cdfa6407f72ab821550023b97bfef;hp=e11e4c5c8d09170a924d385d7b5f54ae5adafd01;hpb=df135c31fe10777c21c02480262107d9cab0e563;p=friendica.git diff --git a/static/defaults.config.php b/static/defaults.config.php index e11e4c5c8d..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, @@ -405,10 +409,6 @@ return [ // Don't show smilies. 'no_smilies' => false, - // optimize_items (Boolean) - // Triggers an SQL command to optimize the item table before expiring items. - 'optimize_items' => false, - // paranoia (Boolean) // Log out users if their IP address changed. 'paranoia' => false,