Home
last modified time | relevance | path

Searched refs:if_none_match (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/inc/
H A Dhttputils.php36 $if_none_match = $INPUT->server->filter('stripslashes')->str('HTTP_IF_NONE_MATCH', false);
38 if (!$if_modified_since && !$if_none_match) {
43 if ($if_none_match && $if_none_match != $etag) {