summaryrefslogtreecommitdiffstats
path: root/LayoutTests/http/tests/resources/last-modified.php
blob: 55c52220de5e06af50c4e8e46e48a66d7f9b3a19 (plain)
1
2
3
4
5
6
7
<?php
    $date = $_GET['date'];
    header("Last-Modified: $date");
?>
<script>
document.write(document.lastModified);
</script>