Merge branch 'master' of ssh://vps2.jankratochvil.net/var/lib/git/nethome
[nethome.git] / public_html / cgi-bin / redirect.php
1 <?php
2         header("HTTP/1.0 301 Moved Permanently");
3         header("Location: ".$_REQUEST["url"]);
4 ?>