]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/gnump3d-3.0-remove_cookie_expiration_date.patch
dc613fd81edfc3f7f6ea874b12c9e7f738d5f79a
[people/pmueller/ipfire-2.x.git] / src / patches / gnump3d-3.0-remove_cookie_expiration_date.patch
1 diff -Naur gnump3d-3.0.org/bin/gnump3d2 gnump3d-3.0/bin/gnump3d2
2 --- gnump3d-3.0.org/bin/gnump3d2 2007-10-18 19:34:02.000000000 +0200
3 +++ gnump3d-3.0/bin/gnump3d2 2009-05-02 15:17:51.000000000 +0200
4 @@ -1346,7 +1346,7 @@
5
6 my $val = $ARGUMENTS{ $key };
7
8 - $header .= "Set-Cookie: " . $key . "=" . $val . ";path=/; expires=Mon, 10-Mar-08 14:36:42 GMT;\r\n";
9 + $header .= "Set-Cookie: " . $key . "=" . $val . ";path=/; \r\n";
10 }
11 print "Header: $header\n";
12