Home
last modified time | relevance | path

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

/plugin/pgn4web/pgn4web/
H A Dviewer.php36 $http_response_header_last_modified = ""; variable
67 if ($http_response_header_last_modified) { header($http_response_header_last_modified); }
109 global $http_response_header_status, $http_response_header_last_modified;
126 …if (isset($retVal["Last-Modified"])) { $http_response_header_last_modified = "Last-Modified: " . $…
142 global $http_response_header_status, $http_response_header_last_modified;