change to POST

This commit is contained in:
Alexander Gabriel 2021-03-13 12:56:05 +01:00
parent e8035f284b
commit df1ca91454
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ text-align:center;
}
{/literal}
</style>
<form name="feld" action="index.php" method="GET">
<form name="feld" action="index.php" method="POST">
<table border="1">
<tr>
<td><input type="text" size="1" name="feld[0][0]" value="{$POST.feld.0.0}"{if $POST.feld.0.0 != 0} style="color:#FF0000 "{/if}></td>