From 0500f383b681a3260cfe478bef7b5b74ced21bc6 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 18 Jan 2013 19:09:17 +0000 Subject: [PATCH] spot cookie is missing even though we can't tell what parm value is --- cgi-auth-flexible.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgi-auth-flexible.pm b/cgi-auth-flexible.pm index eab1fe1..2f4cd83 100644 --- a/cgi-auth-flexible.pm +++ b/cgi-auth-flexible.pm @@ -537,7 +537,7 @@ sub _check_divert_core ($) { if ($r->_ch('is_login')) { $r->_must_be_post(); die unless $parmt; - if (!$cookt && $parmt eq 't') { + if (!$cookt && $parmt eq 'n') { return ({ Kind => 'SMALLPAGE-NOCOOKIE', Message => $r->_gt("You do not seem to have cookies". " enabled. You must enable cookies". -- 2.30.2