get($_GET["goto"]); if( ! $url || $url == "" ){ do_output("

This url wasn't found on this server.

", "404 Not Found", false, "

404 - Not found

"); } header($_SERVER['SERVER_PROTOCOL'] . " 301 Moved Permanently"); header("Location: ".$url); exit;