diff options
author | Sam Battat <hbattat@msn.com> | 2016-11-29 21:06:21 -0800 |
---|---|---|
committer | Sam Battat <hbattat@msn.com> | 2016-11-29 21:06:21 -0800 |
commit | 6cb39a4f8f42b51ec6c6fa9fafa1ab0bf615a49f (patch) | |
tree | 746f9d986ab6583449a353b8e71f3d5127e866a9 /src | |
parent | 8ed855ef570bc6ff475ca49772aaa29d81917579 (diff) | |
download | verifyEmail-6cb39a4f8f42b51ec6c6fa9fafa1ab0bf615a49f.zip verifyEmail-6cb39a4f8f42b51ec6c6fa9fafa1ab0bf615a49f.tar.gz verifyEmail-6cb39a4f8f42b51ec6c6fa9fafa1ab0bf615a49f.tar.bz2 |
fixed yahoo validation, using signup page to validatev1.0.6
Diffstat (limited to 'src')
-rw-r--r-- | src/VerifyEmail.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/VerifyEmail.php b/src/VerifyEmail.php index 5835c33..96a1e55 100644 --- a/src/VerifyEmail.php +++ b/src/VerifyEmail.php @@ -31,7 +31,6 @@ private $_yahoo_signup_ajax_url = 'https://login.yahoo.com/account/module/create?validateField=yid'; private $yahoo_signup_page_content; private $yahoo_signup_page_headers; - private $_yahoo_exists_error_code = 'IDENTIFIER_EXISTS'; public function __construct($email = null, $verifier_email = null, $port = 25){ $this->debug = array(); |