2aacaa7c3abb7ccc0f6de90d96cc58fd3964ff6e
[nethome.git] / public_html / cgi-bin / redirect.php
1 <?php
2         header("HTTP/1.0 301 Moved Permanently");
3         header("Location: ".$HTTP_GET_VARS["url"]);
4 ?>