During the temporary period, make it more obvious that this script is old and
incomplete.
This commit is contained in:
parent
1c8f9b2c5d
commit
9e14a35364
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45032
1 changed files with 1 additions and 1 deletions
|
@ -733,7 +733,7 @@ sub ErrorExit
|
|||
my $url = $q->url(-full => 1, -query => 1);
|
||||
|
||||
if ($code == EXIT_NOPRS) {
|
||||
print html_header("No PRs Matched Query");
|
||||
print html_header("FreeBSD has migrated to <a href='http://bugs.freebsd.org/search/>Bugzilla</a>. This form is obsolete and incomplete.");
|
||||
displayform();
|
||||
print html_footer();
|
||||
} elsif ($code == EXIT_DBBUSY) {
|
||||
|
|
Loading…
Reference in a new issue