]> git.mxchange.org Git - friendica.git/blobdiff - static/settings.config.php
spelling: one
[friendica.git] / static / settings.config.php
index 8e62e9bb3eb6cca01cc311c803237287dd6a1e44..e17fa0442473cd7ca71bed0e12c7a6ef8f5be800 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
  *
@@ -48,21 +48,21 @@ 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,
 
                // allowed_themes (Comma-separated list)
                // Themes users can change to in their settings.
-               'allowed_themes' => 'frio,quattro,vier,duepuntozero,smoothly',
+               'allowed_themes' => 'frio,vier',
+
+               // banner (HTML string)
+               // HTML snippet of the top navigation banner. Not supported by frio.
+               'banner' => '<a href="https://friendi.ca"><img id="logo-img" width="32" height="32" src="images/friendica.svg" alt="logo" /></a><span id="logo-text"><a href="https://friendi.ca">Friendica</a></span>',
 
                // cache_contact_avatar (Boolean)
                // Cache versions of the contact avatars. Uses a lot of storage space
@@ -123,7 +123,7 @@ return [
                'jpeg_quality' => 100,
 
                // language (String)
-               // System default languague, inluding admin-created user default language.
+               // System default language, including admin-created user default language.
                // Two-letters ISO 639-1 code.
                'language' => 'en',
 
@@ -168,6 +168,10 @@ return [
                // Periodically (once an hour) run an "optimize table" command for cache tables
                'optimize_tables' => false,
 
+               // register_notification (Boolean)
+               // Send a notification mail to the admin for each new registration.
+               'register_notification' => true,
+
                // relay_deny_tags (String)
                // Comma separated list of tags that are rejected.
                'relay_deny_tags' => '',