From: Lukas Reschke Date: Sat, 26 Apr 2014 21:11:29 +0000 (+0200) Subject: Clarify the trusted_domain error page X-Git-Tag: v7.0.0alpha2~347^2~2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b6612ef04acba99f6066482da933ece4b982dfd9;p=nextcloud-server.git Clarify the trusted_domain error page --- diff --git a/lib/base.php b/lib/base.php index 0f55c1175c7..3a56a2f8b98 100644 --- a/lib/base.php +++ b/lib/base.php @@ -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; }