mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
Changed to post method
git-svn-id: file:///svn/phpbb/trunk@982 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<td class="cat" align="center"><span class="cattitle"><b>{L_COMPOSE}</b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<form method="get" action="{S_USER_ACTION}">
|
||||
<form method="post" action="{S_USER_ACTION}">
|
||||
<td class="row1" align="center">{L_GROUP_SELECT} {S_GROUP_SELECT}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user