зеркало из https://github.com/mozilla/gecko-dev.git
Bug 231056 Misspelling of "parameters" in editparams.cgi when no password is given
patch by david_costanzo@yahoo.com r=timeless
This commit is contained in:
Родитель
f7ade05c58
Коммит
335c90886f
|
@ -39,7 +39,7 @@ print "Content-type: text/html\n\n";
|
|||
|
||||
unless ((defined($::FORM{password})) && (CheckPassword($::FORM{password}))) {
|
||||
print "<form method=post action=editparams.cgi><table>\n";
|
||||
print "<H2>Sorry, you must enter a password to see Bonsai paramters.</H2>\n";
|
||||
print "<H2>Sorry, you must enter a password to see Bonsai parameters.</H2>\n";
|
||||
print "<hr><B>Enter password to access parameters:</B> <INPUT NAME=password TYPE=password> <BR>";
|
||||
print "</form>\n";
|
||||
print "<input type=submit value=\"Enter Password\">\n";
|
||||
|
|
Загрузка…
Ссылка в новой задаче