]> source.dussan.org Git - nextcloud-server.git/commitdiff
Clarify the trusted_domain error page
authorLukas Reschke <lukas@statuscode.ch>
Sat, 26 Apr 2014 21:11:29 +0000 (23:11 +0200)
committerLukas Reschke <lukas@statuscode.ch>
Sat, 26 Apr 2014 21:11:29 +0000 (23:11 +0200)
lib/base.php

index 0f55c1175c7ded58e1380c02413c17e1903fa4a3..3a56a2f8b9857387a2f2eec6131dc304209e0f62 100644 (file)
@@ -721,7 +721,7 @@ class OC {
                        header('Status: 400 Bad Request');
                        OC_Template::printErrorPage(
                                $l->t('You are accessing the server from an untrusted domain.'),
-                               $l->t('Please contact your administrator')
+                               $l->t('Please contact your administrator. If you are the administrator of this instance configure the "trusted_domain" setting in config/config.php. An example configuration is provided in config/config.sample.php.')
                        );
                        return;
                }