X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FFAQ-admin.md;h=e5f4f2a9f3e856e8373a0c56504e0e7eb006df0f;hb=58f56c7d7d902349cdfdde76a22301c8cd689b19;hp=82caa940c71438453cbe486c848ae38922562b44;hpb=ba1bdc69208a4deee39dd54dda11b730448643dc;p=friendica.git diff --git a/doc/FAQ-admin.md b/doc/FAQ-admin.md index 82caa940c7..e5f4f2a9f3 100644 --- a/doc/FAQ-admin.md +++ b/doc/FAQ-admin.md @@ -36,7 +36,11 @@ Have a look into your config/local.config.php and fix your email addres Yes. You just have to list more then one email address in the config/local.config.php 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', +``` ### 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).