mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-05 06:02:47 +00:00
trick who.cgi into passing the branchtype=regexp parameter to bonsai
This commit is contained in:
parent
6ddf6bda0e
commit
ed7ecdf28e
@ -494,7 +494,8 @@ sub who_menu {
|
||||
my $treeflag;
|
||||
# this variable isn't doing anything, so i'm going to use it shamelessly
|
||||
$treeflag = $td->{cvs_branch};
|
||||
$treeflag = $treeflag . '&branchtype=regexp'
|
||||
# trick who.cgi into using regexps, escaping & and =
|
||||
$treeflag = $treeflag . '%26branchtype%3Dregexp';
|
||||
if $treeflag =~ /\+|\?|\*/;
|
||||
|
||||
my $qr = "${rel_path}../registry/who.cgi?email=". url_encode($who)
|
||||
|
Loading…
x
Reference in New Issue
Block a user