protected function verifyCaptcha() {
		require_once(KPATH_SITE . '/funcs/post.php');
		$post = new CKunenaPost();
		return $post->verifyCaptcha();
	}