mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-26 19:00:34 +02:00
ids.cgi: Fix type in method.
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
This commit is contained in:
@@ -1043,7 +1043,7 @@ print <<END;
|
||||
</td>
|
||||
|
||||
<td align='center' $col>
|
||||
<form mehtod='post' action=$ENV{'SCRIPT_NAME'}'>
|
||||
<form method='post' action='$ENV{'SCRIPT_NAME'}'>
|
||||
<input type='hidden' name='PROVIDERS' value='$Lang::tr{'toggle enable disable'}'>
|
||||
<input type='image' name='$Lang::tr{'toggle enable disable'}' src='/images/$status_gif' alt='$status_gdesc' title='$status_gdesc'>
|
||||
<input type='hidden' name='ID' value='$id'>
|
||||
|
||||
Reference in New Issue
Block a user