blob: 147e185c64c669a25866ba1b888e6522b4f88b7f [file] [log] [blame]
<?php
require_once '../../resources/portabilityLayer.php';
clearstatcache();
if ($_SERVER["HTTP_IF_MODIFIED_SINCE"]) {
header("HTTP/1.1 304 Not Modified");
exit();
}
header('Cache-Control: no-cache');
header('Content-Type: text/html');
header('Etag: 123456789');
?>
body text