Sign in
webkit
/
WebKit
/
c6951ff6f7d972427c05df8e7c39e3f2d74bf29c
/
.
/
LayoutTests
/
http
/
tests
/
appcache
/
resources
/
identifier-test.php
blob: 7b80579fa1f659e00114f6522b5988a2673d5e83 [
file
] [
log
] [
blame
]
<?
php
header
(
'HTTP/1.1 307 Temporary Redirect'
);
header
(
'Location: http://localhost:8000/appcache/resources/identifier-test-real.php'
);
?>