Revert "Clarify the trusted_domain error page"

This reverts commit 4f9a5c9d3c.
remotes/origin/stable6
Lukas Reschke 12 years ago
parent 4f9a5c9d3c
commit dacacacc4f
  1. 2
      3rdparty
  2. 2
      lib/base.php

@ -1 +1 @@
Subproject commit da3c9f651a26cf076249ebf25c477e3791e69ca3
Subproject commit b21547a83bc09ce1fb5e595f7c886e1c59c6d303

@ -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;
}

Loading…
Cancel
Save