diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2014-04-26 23:11:29 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2014-04-26 23:11:29 +0200 |
commit | b6612ef04acba99f6066482da933ece4b982dfd9 (patch) | |
tree | 9126e0ef26d1290d94c821876c1d3753af84b002 /lib/base.php | |
parent | a1ddd23289e5f845b97f0028752bff2fda7d9baa (diff) | |
download | nextcloud-server-b6612ef04acba99f6066482da933ece4b982dfd9.tar.gz nextcloud-server-b6612ef04acba99f6066482da933ece4b982dfd9.zip |
Clarify the trusted_domain error page
Diffstat (limited to 'lib/base.php')
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |