Merge pull request #8372 from owncloud/give-admins-a-hint

Clarify the trusted_domain error page
This commit is contained in:
Lukas Reschke 2014-04-27 18:28:18 +02:00
commit e910e63140

View 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 an administrator of this instance, configure the "trusted_domain" setting in config/config.php. An example configuration is provided in config/config.sample.php.')
);
return;
}