]> git.mxchange.org Git - friendica.git/commitdiff
Add example to multiple admin question in FAQ
authorHypolite Petovan <hypolite@mrpetovan.com>
Fri, 28 Apr 2023 03:36:03 +0000 (23:36 -0400)
committerHypolite Petovan <hypolite@mrpetovan.com>
Fri, 28 Apr 2023 03:36:03 +0000 (23:36 -0400)
doc/FAQ-admin.md
doc/de/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).
index 5b355e142f837ad8765bf97692a01c7aead9cbaa..14528c2d68d26b34b6b16f2633ec18c5e3ebe015 100644 (file)
@@ -39,7 +39,11 @@ Bitte aktualisiere deine E-Mail Adresse in der <tt>config/local.config.php</tt>
 
 Ja.
 Du kannst in der <tt>config/local.config.php</tt> Datei mehrere E-Mail Adressen auflisten.
-Die aufgelisteten Adressen werden mit Kommata von einander getrennt.
+Die aufgelisteten Adressen werden wie folgt durch Kommas voneinander getrennt:
+
+```php
+'admin_email' => 'mail1@example.com,mail2@example.com',
+```
 
 <a name="dbupdate">
 ### Die Datenbank Struktur schein nicht aktuell zu sein. Was kann ich tun?
@@ -52,4 +56,4 @@ Starte dazu bitte vom Grundverzeichnis deiner Friendica Instanz folgendes Komman
 
     bin/console dbstructure update
 
-sollten bei der Ausführung Fehler auftreten, kontaktiere bitte das [Support Forum](https://forum.friendi.ca/profile/helpers).
\ No newline at end of file
+sollten bei der Ausführung Fehler auftreten, kontaktiere bitte das [Support Forum](https://forum.friendi.ca/profile/helpers).