Sign in
webkit
/
WebKit
/
eb01a7e76a5b8904fa6eb36e240d0af2b1bec526
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
location-with-space.php
blob: 7ed6d65cee1509a7824159b611ceeb3d5499d9b4 [
file
] [
log
] [
blame
]
<?
php
header
(
'HTTP/1.0 302 Found'
);
header
(
'Location: resources/a success.html'
);
?>