Home
last modified time | relevance | path

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

/plugin/botmon/
H A Daction.php317 $cookieVal = isset($_COOKIE['DWConfirm']) ? $_COOKIE['DWConfirm'] : null;
321 if (in_array('anyval', $captchaOptions) && strlen($cookieVal) == 64) {
334 return $cookieVal == $expected;
342 private function writeCaptchaLog($remote_addr, $cookieVal, $serverName, $expected) { argument
348 $cookieVal, /* cookie value */
352 ($cookieVal == $expected ? 'MATCH' : 'WRONG'), /* cookie matches expected value? */
372 if (!$cookieVal) {