sub printheader ($) {
my $session=shift;
- if (($ENV{HTTPS} && $ENV{HTTPS} ne "off") || $config{sslcookie}) {
+ if (($ENV{HTTPS} && lc $ENV{HTTPS} ne "off") || $config{sslcookie}) {
print $session->header(-charset => 'utf-8',
-cookie => $session->cookie(-httponly => 1, -secure => 1));
}
-ikiwiki (3.20110431) UNRELEASED; urgency=low
+ikiwiki (3.20110431) unstable; urgency=low
* Danish translation update. Closes: #625721
* Danish underlay translation update. Closes: #625765
* Support the Hiawatha web server which sets HTTPS=off rather than not
setting it. (There does not seem to be a standard here.)
- -- Joey Hess <joeyh@debian.org> Thu, 05 May 2011 13:02:19 -0400
+ -- Joey Hess <joeyh@debian.org> Fri, 03 Jun 2011 14:38:23 -0400
ikiwiki (3.20110430) unstable; urgency=low