Sign in
ara-mdk
/
platform
/
external
/
webkit
/
b6cb93cfb62e26168298b6f6e606af379350b064
/
.
/
LayoutTests
/
http
/
tests
/
resources
/
last-modified.php
blob: 55c52220de5e06af50c4e8e46e48a66d7f9b3a19 [
file
] [
log
] [
blame
]
<?
php
$date
=
$_GET
[
'date'
];
header
(
"Last-Modified: $date"
);
?>
<script>
document
.
write
(
document
.
lastModified
);
</script>