]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Revert "CentOS 5.4 still bogus on a stock install." - bad debug lines crept in
authorBrion Vibber <brion@pobox.com>
Mon, 8 Mar 2010 21:38:26 +0000 (13:38 -0800)
committerBrion Vibber <brion@pobox.com>
Mon, 8 Mar 2010 21:38:26 +0000 (13:38 -0800)
This reverts commit 7e7d88831cf8b3e8876499b86890da2e63b08c97.

extlib/Auth/OpenID/Consumer.php
install.php

index 130fe071304530f89e3dcbd95c421db20cac8070..500890b6568def082e94b3afdc28ac893cd3592c 100644 (file)
@@ -966,9 +966,6 @@ class Auth_OpenID_GenericConsumer {
             // framework will not want to block on this call to
             // _checkAuth.
             if (!$this->_checkAuth($message, $server_url)) {
-                var_dump($message);
-                var_dump($server_url);
-                var_dump($this);
                 return new Auth_OpenID_FailureResponse(null,
                              "Server denied check_authentication");
             }
index 929277e5e857422a199233bb78141bd49387d59e..7fece8999fe7bcf3ee644086c5543e114d807f69 100644 (file)
@@ -308,7 +308,7 @@ function checkPrereqs()
         printf('<p class="error">PHP is linked to a version of the PCRE library ' .
                'that does not support Unicode properties. ' .
                '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' .
                '">our documentation page</a> on fixing this.</p>');
         $pass = false;