mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-06 04:35:04 +00:00
Use POST for multidiff, since the URL otherwise can get too big.
This commit is contained in:
parent
e7baa01f69
commit
1534233295
@ -434,7 +434,7 @@ sub print_ci {
|
||||
sub print_head {
|
||||
|
||||
if ($versioninfo ne "") {
|
||||
print "<FORM action='multidiff.cgi' method=get>";
|
||||
print "<FORM action='multidiff.cgi' method=post>";
|
||||
print "<INPUT TYPE='HIDDEN' name='allchanges' value = '$versioninfo'>";
|
||||
print "<INPUT TYPE='HIDDEN' name='cvsroot' value = '$CVS_ROOT'>";
|
||||
print "<INPUT TYPE=SUBMIT VALUE='Show me ALL the Diffs'>";
|
||||
|
Loading…
Reference in New Issue
Block a user