Sign in
webkit
/
WebKit
/
c76c58243e3b15757ea8668f43536a601f3d5c6f
/
.
/
LayoutTests
/
http
/
tests
/
resources
/
last-modified.php
blob: 6457930c8b0d040469d3200e9a3c62e1ae610bf3 [
file
] [
log
] [
blame
]
<?
php
$date
=
$_GET
[
'date'
];
header
(
"Last-Modified: $date"
);
?>
<script>
document
.
write
((
new
Date
(
document
.
lastModified
)).
toUTCString
());
</script>