]> git.mxchange.org Git - friendica.git/blobdiff - doc/FAQ-admin.md
[Composer] Add suggested extensions
[friendica.git] / doc / FAQ-admin.md
index 9ebda710660319ccdde8387284124583389b897b..e5f4f2a9f3e856e8373a0c56504e0e7eb006df0f 100644 (file)
@@ -23,7 +23,7 @@ There you will always find the current stable version of friendica.
 
 Addons are listed at [this page](https://github.com/friendica/friendica-addons).
 
-If you are searching for new themes, you can find them at [Friendica-Themes.com](http://friendica-themes.com/)
+If you are searching for new themes, you can find them at [github.com/bkil/friendica-themes](https://github.com/bkil/friendica-themes)
 
 <a name="adminaccount1"></a>
 ### I've changed my email address now the admin panel is gone?
@@ -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 group](https://forum.friendi.ca/profile/helpers).