]> git.mxchange.org Git - friendica.git/blobdiff - doc/FAQ-admin.md
Issue 13052: The limit parameter now behaves like the Mastodon counterpart
[friendica.git] / doc / FAQ-admin.md
index 82caa940c71438453cbe486c848ae38922562b44..94cef1627b318939d909a11a46052f2bd33bf27a 100644 (file)
@@ -36,7 +36,11 @@ Have a look into your <tt>config/local.config.php</tt> and fix your email addres
 Yes.
 You just have to list more then one email address in the
 <tt>config/local.config.php</tt> file.
-The listed emails need to be separated by a comma.
+The listed emails need to be separated by a comma like this:
+
+```php
+'admin_email' => 'mail1@example.com,mail2@example.com',
+```
 
 <a name="dbupdate">
 ### The Database structure seems not to be updated. What can I do?
@@ -48,4 +52,4 @@ You can manually execute the structure update from the CLI in the base directory
 
     bin/console dbstructure update
 
-if there occur any errors, please contact the [support forum](https://forum.friendi.ca/profile/helpers).
\ No newline at end of file
+if there occur any errors, please contact the [support forum](https://forum.friendi.ca/profile/helpers).