Clarify the trusted_domain error page

This commit is contained in:
Lukas Reschke 2014-04-26 23:11:29 +02:00
parent a1ddd23289
commit b6612ef04a

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 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;
}