root
/
LayoutTests
/
http
/
tests
/
security
/
resources
/redir.php
/* [<][>][^][v][top]
[bottom]
[index]
[help]
*/
<?php
header
("location: ".$_GET["url"]);
?>
/* [<][>][^][v]
[top]
[bottom]
[index]
[help]
*/