diff options
author | tailor <cygnus@janrain.com> | 2006-02-13 20:22:16 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2006-02-13 20:22:16 +0000 |
commit | 60267699c6a820361afe3119de14988636f8397d (patch) | |
tree | 125a1044626413db11721950fd964ac1e349b57b | |
parent | 70db4bbb74dd5c63627ce009c349b7ac726e7546 (diff) | |
download | php-openid-60267699c6a820361afe3119de14988636f8397d.zip php-openid-60267699c6a820361afe3119de14988636f8397d.tar.gz php-openid-60267699c6a820361afe3119de14988636f8397d.tar.bz2 |
[project @ Removed duplicate define of Auth_OpenID_HTTP_FAILURE]
-rw-r--r-- | Auth/OpenID/Consumer.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Auth/OpenID/Consumer.php b/Auth/OpenID/Consumer.php index 99a0155..acff6fc 100644 --- a/Auth/OpenID/Consumer.php +++ b/Auth/OpenID/Consumer.php @@ -215,12 +215,6 @@ define('Auth_OpenID_FAILURE', 'failure'); define('Auth_OpenID_SETUP_NEEDED', 'setup needed'); /** - * This is the status code beginAuth returns when it is unable to - * fetch the OpenID URL the user entered. - */ -define('Auth_OpenID_HTTP_FAILURE', 'http failure'); - -/** * This is the status code beginAuth returns when the page fetched * from the entered OpenID URL doesn't contain the necessary link tags * to function as an identity page. |