Home
last modified time | relevance | path

Searched refs:SITE_VERIFY_URL (Results 1 – 2 of 2) sorted by relevance

/plugin/recaptcha2/lib/ReCaptcha/RequestMethod/
H A DCurl.php17 const SITE_VERIFY_URL = 'https://www.google.com/recaptcha/api/siteverify'; define in ReCaptcha\\RequestMethod\\Curl
H A DPost.php41 const SITE_VERIFY_URL = 'https://www.google.com/recaptcha/api/siteverify'; define in ReCaptcha\\RequestMethod\\Post