]> git.donarmstrong.com Git - debbugs.git/blobdiff - cgi/cookies.cgi
use /var/log/apache2/ as the default error log location
[debbugs.git] / cgi / cookies.cgi
index 1251e921b0bacf5112d015c846c93794c4e3f1e2..20a98101e56278c3afe673951856b1e980c532cb 100644 (file)
@@ -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";