X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=cgi%2Fcookies.cgi;h=20a98101e56278c3afe673951856b1e980c532cb;hb=8c785af0f1944d7744aa8a0a4e103554b4127016;hp=1251e921b0bacf5112d015c846c93794c4e3f1e2;hpb=d319d48d77eeda90f5f8c4db07a93808d2ed3c5f;p=debbugs.git diff --git a/cgi/cookies.cgi b/cgi/cookies.cgi index 1251e92..20a9810 100644 --- a/cgi/cookies.cgi +++ b/cgi/cookies.cgi @@ -17,7 +17,7 @@ my $time_future = strftime("%a, %d-%b-%Y %T GMT", my $time_past = strftime("%a, %d-%b-%Y %T GMT", 59, 59, 23, 31, 11, $time_now[5]-10); -my @cookie_options = qw(repeatmerged terse reverse trim); +my @cookie_options = qw(repeatmerged terse reverse trim oldview); print "Content-Type: text/html; charset=utf-8\n";