mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 18:11:02 -04:00
Clarify the trusted_domain error page
This commit is contained in:
parent
a1ddd23289
commit
b6612ef04a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue