GNATS->BZ redirect.
[nethome.git] / public_html / cgi-bin / buggdb.php
diff --git a/public_html/cgi-bin/buggdb.php b/public_html/cgi-bin/buggdb.php
new file mode 100644 (file)
index 0000000..29d6df1
--- /dev/null
@@ -0,0 +1,4 @@
+<?php
+       header("HTTP/1.0 301 Moved Permanently");
+       header("Location: http://sourceware.org/bugzilla/show_bug.cgi?id=".(7105+$_REQUEST["id"]));
+?>