Sign in
webkit
/
WebKit
/
be09c02769141845ecc5fd59a18746729bb6bc83
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
redirect.php
blob: 75469464b22090c9e74a44ac4cbf7306d224b2e4 [
file
] [
log
] [
blame
]
<?
php
header
(
'Location: resources/redirect-result.php'
);
header
(
'HTTP/1.0 302 Found'
);
?>