mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Change to GET rather than POST
git-svn-id: file:///svn/phpbb/trunk@147 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<table cellspacing="0" cellpadding="0" border="0">
|
||||
<tr><form method="POST" action="{JUMPBOX_ACTION}">
|
||||
<tr><form method="GET" action="{JUMPBOX_ACTION}">
|
||||
<td nowrap>Jump To:<select name="{SELECT_NAME}"><option value="-1">Select A Forum</option>{JUMPBOX_LIST}</select><input type="submit" value="Go"></td>
|
||||
</form></tr>
|
||||
</table>
|
Reference in New Issue
Block a user