X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Fvier%2Fstyle.php;h=dba758ca24eb374fd7e661761789fd481ca3df0d;hb=8167e75e6a213db396f2be470801c8a4fda6f0be;hp=3d3c776745de4c86a02527d334a0eab9a811b61f;hpb=fe5705e5473c358359e6c78d596d4ad3d866cc26;p=friendica.git diff --git a/view/theme/vier/style.php b/view/theme/vier/style.php index 3d3c776745..dba758ca24 100644 --- a/view/theme/vier/style.php +++ b/view/theme/vier/style.php @@ -46,7 +46,7 @@ if (isset($_SERVER['HTTP_IF_MODIFIED_SINCE']) || isset($_SERVER['HTTP_IF_NONE_MA $cached_etag = str_replace(array('"', "-gzip"), array('', ''), stripslashes($_SERVER['HTTP_IF_NONE_MATCH'])); - if (($cached_modified == $modified) AND ($cached_etag == $etag)) { + if (($cached_modified == $modified) && ($cached_etag == $etag)) { header('HTTP/1.1 304 Not Modified'); exit(); }