mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 08:38:54 +01:00
Fixed form wasn't using POST
This commit is contained in:
parent
61dff83652
commit
7617c124f8
@ -27,7 +27,7 @@
|
|||||||
</form>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
<td align="right">{lang_search}
|
<td align="right">{lang_search}
|
||||||
<form action="{search_action}">
|
<form method="POST" action="{search_action}">
|
||||||
<input name="query">
|
<input name="query">
|
||||||
</form>
|
</form>
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user