View file goto.php

File size: 103B
<?php
#phpinfo();

if(isset($_SERVER["QUERY_STRING"])) 
header ('Location: '.$_SERVER["QUERY_STRING"]);