change to POST

This commit is contained in:
Alexander Gabriel 2021-03-13 12:56:05 +01:00
parent e8035f284b
commit df1ca91454

View File

@ -13,7 +13,7 @@ text-align:center;
} }
{/literal} {/literal}
</style> </style>
<form name="feld" action="index.php" method="GET"> <form name="feld" action="index.php" method="POST">
<table border="1"> <table border="1">
<tr> <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> <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>