Skip to content
Snippets Groups Projects
Commit b6612ef0 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Clarify the trusted_domain error page

parent a1ddd232
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment