root
/
LayoutTests
/
http
/
tests
/
xmlhttprequest
/
resources
/redirect.php
/* [<][>][^][v][top]
[bottom]
[index]
[help]
*/
<?php
$url = $_GET['url'];
header
("Location: $url");
?>
/* [<][>][^][v]
[top]
[bottom]
[index]
[help]
*/