]> git.mxchange.org Git - friendica.git/blobdiff - static/settings.config.php
Merge pull request #12628 from nupplaphil/bug/typeerror
[friendica.git] / static / settings.config.php
index 4cebd0955b0b147daa0a2ad9f82b4f38327c3ecf..04994bc73e1a3d1d82765ee8333bdc9fe8f81a56 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -52,10 +52,6 @@ return [
                // 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,