X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=doc%2FFAQ-admin.md;h=e5f4f2a9f3e856e8373a0c56504e0e7eb006df0f;hb=58f56c7d7d902349cdfdde76a22301c8cd689b19;hp=9ebda710660319ccdde8387284124583389b897b;hpb=190efcefad29a5971a0cd487d2d67dab638c5a4e;p=friendica.git diff --git a/doc/FAQ-admin.md b/doc/FAQ-admin.md index 9ebda71066..e5f4f2a9f3 100644 --- a/doc/FAQ-admin.md +++ b/doc/FAQ-admin.md @@ -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) ### I've changed my email address now the admin panel is gone? @@ -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).