aboutsummaryrefslogtreecommitdiffstats
path: root/goto.php
blob: 3ccaee073cb9e53e3532161b23ab0e27fd44b647 (plain)
1
2
3
4
<?php
$url = "http://".$_SERVER['SERVER_NAME']."/".$_POST["manual"]."/".$_POST["release"]."/".$_POST["flang"]."/content/index.html";
echo '<meta http-equiv="Refresh" content="0;url='.$url.'" />'
?>