forked from GNUsocial/gnu-social
Revert "CentOS 5.4 still bogus on a stock install." - bad debug lines crept in
This reverts commit 7e7d88831c
.
This commit is contained in:
parent
7e7d88831c
commit
3b0bdc0ae2
@ -966,9 +966,6 @@ class Auth_OpenID_GenericConsumer {
|
|||||||
// framework will not want to block on this call to
|
// framework will not want to block on this call to
|
||||||
// _checkAuth.
|
// _checkAuth.
|
||||||
if (!$this->_checkAuth($message, $server_url)) {
|
if (!$this->_checkAuth($message, $server_url)) {
|
||||||
var_dump($message);
|
|
||||||
var_dump($server_url);
|
|
||||||
var_dump($this);
|
|
||||||
return new Auth_OpenID_FailureResponse(null,
|
return new Auth_OpenID_FailureResponse(null,
|
||||||
"Server denied check_authentication");
|
"Server denied check_authentication");
|
||||||
}
|
}
|
||||||
|
@ -308,7 +308,7 @@ function checkPrereqs()
|
|||||||
printf('<p class="error">PHP is linked to a version of the PCRE library ' .
|
printf('<p class="error">PHP is linked to a version of the PCRE library ' .
|
||||||
'that does not support Unicode properties. ' .
|
'that does not support Unicode properties. ' .
|
||||||
'If you are running Red Hat Enterprise Linux / ' .
|
'If you are running Red Hat Enterprise Linux / ' .
|
||||||
'CentOS 5.4 or earlier, see <a href="' .
|
'CentOS 5.3 or earlier, see <a href="' .
|
||||||
'http://status.net/wiki/Red_Hat_Enterprise_Linux#PCRE_library' .
|
'http://status.net/wiki/Red_Hat_Enterprise_Linux#PCRE_library' .
|
||||||
'">our documentation page</a> on fixing this.</p>');
|
'">our documentation page</a> on fixing this.</p>');
|
||||||
$pass = false;
|
$pass = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user