diff --git a/3rdparty b/3rdparty index da3c9f651a2..b21547a83bc 160000 --- a/3rdparty +++ b/3rdparty @@ -1 +1 @@ -Subproject commit da3c9f651a26cf076249ebf25c477e3791e69ca3 +Subproject commit b21547a83bc09ce1fb5e595f7c886e1c59c6d303 diff --git a/lib/base.php b/lib/base.php index 5a83a69300e..b594aa4da16 100644 --- a/lib/base.php +++ b/lib/base.php @@ -721,7 +721,7 @@ class OC { header('Status: 400 Bad Request'); OC_Template::printErrorPage( 'You are accessing the server from an untrusted domain.', - '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.' + 'Please contact your administrator' ); return; }