GNATS->BZ redirect.
authorlace <>
Sun, 21 Dec 2008 18:09:57 +0000 (18:09 +0000)
committerlace <>
Sun, 21 Dec 2008 18:09:57 +0000 (18:09 +0000)
public_html/cgi-bin/buggdb.php [new file with mode: 0644]

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"]));
+?>