Searched refs:cookieVal (Results 1 – 1 of 1) sorted by relevance
317 $cookieVal = isset($_COOKIE['DWConfirm']) ? $_COOKIE['DWConfirm'] : null;325 $this->writeCaptchaLog($_SERVER['REMOTE_ADDR'], $cookieVal, $_SERVER['SERVER_NAME'], $expected);327 return $cookieVal == $expected;335 private function writeCaptchaLog($remote_addr, $cookieVal, $serverName, $expected) { argument341 $cookieVal, /* cookie value */345 ($cookieVal == $expected ? 'MATCH' : 'WRONG'), /* cookie matches expected value? */365 if (!$cookieVal) {