During the temporary period, redirect people to bugzilla.

This commit is contained in:
Eitan Adler 2014-06-08 08:06:13 +00:00
parent 23936b73d6
commit f4f1379a6c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45029

View file

@ -292,7 +292,7 @@ if ($input{'sort'} eq 'lastmod') {
} }
if ($#prs < $[) { if ($#prs < $[) {
print "${h1}No matches to your query${h1_e}\n"; print "${h1}Please try <a href='http://bugs.freebsd.org/search/'>bugzilla</a> for an update to date search mechanism.${h1_e}\n";
} elsif ($input{'responsible'} eq 'summary') { } elsif ($input{'responsible'} eq 'summary') {
&resp_summary; &resp_summary;