[Pkg-owncloud-commits] [owncloud] 05/06: Clarify the trusted_domain error page Backport of https://github.com/owncloud/core/pull/8372

David Prévot taffit at moszumanska.debian.org
Tue Apr 29 18:35:38 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to annotated tag v5.0.16
in repository owncloud.

commit 4df0130aa04012228c1f4859496acfb5abbbddf0
Author: Lukas Reschke <lukas at statuscode.ch>
Date:   Sun Apr 27 18:34:35 2014 +0200

    Clarify the trusted_domain error page
    Backport of https://github.com/owncloud/core/pull/8372
---
 lib/base.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/base.php b/lib/base.php
index a17cf19..c20812a 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -652,7 +652,7 @@ class OC {
 			header('Status: 400 Bad Request');
 			OC_Template::printErrorPage(
 				'You are accessing the server from an untrusted domain.',
-				'Please contact your administrator'
+				'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.'
 			);
 			return;
 		}

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list