diff --git a/details/index.php b/details/index.php index bea5074..2055cba 100644 --- a/details/index.php +++ b/details/index.php @@ -77,7 +77,9 @@ header('Last-modified: '.date(DATE_RFC2822, $lastupdate)); -if (array_key_exists('HTTP_IF_MODIFIED_SINCE', $_SERVER) && ($lastupdate <= strtotime($_SERVER['HTTP_IF_MODIFIED_SINCE']))) { +if (array_key_exists('HTTP_IF_MODIFIED_SINCE', $_SERVER) && + ($lastupdate <= strtotime($_SERVER['HTTP_IF_MODIFIED_SINCE'])) +) { header('HTTP/1.0 304 Not Modified'); exit; }