X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=static%2Fsettings.config.php;h=2ee58e051b59ada16b997c9e4b49b296798dda51;hb=be7329bdc1aae9de0a6a2a535d8f9a0a64aa1ff3;hp=c7d4b6a9c21ac39e53d48924ec3e63139e0b24f2;hpb=6aa1dcfad371f34fea1f8e39b73de2cc3dd05784;p=friendica.git diff --git a/static/settings.config.php b/static/settings.config.php index c7d4b6a9c2..2ee58e051b 100644 --- a/static/settings.config.php +++ b/static/settings.config.php @@ -48,14 +48,10 @@ return [ ], 'system' => [ // account_abandon_days (Integer) - // Will not waste system resources polling external sites for abandonded accounts. + // Will not waste system resources polling external sites for abandoned accounts. // Enter 0 for no time limit. 'account_abandon_days' => 0, - // addon (Comma-separated list) - // Manual list of addons which are enabled on this system. - 'addon' => '', - // add_missing_posts (boolean) // Checks for missing entries in "post", "post-thread" or "post-thread-user" and creates them 'add_missing_posts' => false,