mirror of
https://github.com/webmin/webmin.git
synced 2026-02-26 23:52:37 +00:00
Use post for large form
This commit is contained in:
@@ -9,7 +9,7 @@ require './webmin-lib.pl';
|
||||
&ui_print_header(undef, $text{'assignment_title'}, undef);
|
||||
print qq(
|
||||
$text{'assignment_desc'}<p>
|
||||
<form action="save_assignment.cgi">
|
||||
<form action="save_assignment.cgi" method=post>
|
||||
<table border><tr $tb>
|
||||
<td><b>$text{'assignment_header'}</b></td></tr>
|
||||
<tr $cb><td><table>
|
||||
|
||||
Reference in New Issue
Block a user