mirror of
https://github.com/friendica/friendica
synced 2024-11-09 23:42:53 +00:00
Add example to multiple admin question in FAQ
This commit is contained in:
parent
9e13ef4021
commit
2c4b57ef50
2 changed files with 12 additions and 4 deletions
|
@ -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?
|
||||
|
|
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue