--n-class X -> --X
[nethome.git] / public_html / cgi-bin / buggdb.php
1 <?php
2         header("HTTP/1.0 301 Moved Permanently");
3         header("Location: http://sourceware.org/bugzilla/show_bug.cgi?id=".(7105+$_REQUEST["id"]));
4 ?>