root/LayoutTests/http/tests/security/xssAuditor/resources/redir.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
header("Location: ".$_GET["url"]);
?>

/* [<][>][^][v][top][bottom][index][help] */