From df5ce60edc63217d42b026b0fb9b76269196568d Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Mon, 1 Dec 2008 23:44:41 -0500 Subject: better HTTP timestamp darcs-hash:20081202044441-5ed1f-63025fde108bff917253995f448f841160c8e394.gz --- lib/action.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/action.php') diff --git a/lib/action.php b/lib/action.php index fc69efcce..16959c53a 100644 --- a/lib/action.php +++ b/lib/action.php @@ -73,7 +73,7 @@ class Action { // lawsuit } if ($lm) { - header('Last-Modified: ' . date(DATE_RFC822, $lm)); + header('Last-Modified: ' . date(DATE_RFC1123, $lm)); $if_modified_since = $_SERVER['HTTP_IF_MODIFIED_SINCE']; if ($if_modified_since) { $ims = strtotime($if_modified_since); -- cgit v1.2.3-54-g00ecf