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