Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
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'
);
?>