loadinger

Results 1 issues of loadinger

public function check($value) { if ( ! $this->session->has('captcha')) { return false; } $key = $this->session->get('captcha.key'); $sensitive = $this->session->get('captcha.sensitive'); if ( ! $sensitive) { $value = $this->str->lower($value); } $this->session->remove('captcha'); return $this->hasher->check($value,...