diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2009-12-13 14:59:03 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2009-12-13 14:59:03 +0000 |
| commit | d096696ef2b269b973a8772643bb4bf9b1a12b80 (patch) | |
| tree | 2622eceb33f1174efa2bdc2942cdf4eb3fb84bab /phpBB/styles/subsilver2/template/viewforum_body.html | |
| parent | 321ec3644e092876ad96235ff34d5fd8c4284641 (diff) | |
| download | forums-d096696ef2b269b973a8772643bb4bf9b1a12b80.tar forums-d096696ef2b269b973a8772643bb4bf9b1a12b80.tar.gz forums-d096696ef2b269b973a8772643bb4bf9b1a12b80.tar.bz2 forums-d096696ef2b269b973a8772643bb4bf9b1a12b80.tar.xz forums-d096696ef2b269b973a8772643bb4bf9b1a12b80.zip | |
#54145 - move redirect parameter back to POST to avoid mod_security triggers
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10332 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template/viewforum_body.html')
| -rw-r--r-- | phpBB/styles/subsilver2/template/viewforum_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/viewforum_body.html b/phpBB/styles/subsilver2/template/viewforum_body.html index f0b2699471..387a749e24 100644 --- a/phpBB/styles/subsilver2/template/viewforum_body.html +++ b/phpBB/styles/subsilver2/template/viewforum_body.html @@ -125,7 +125,7 @@ <td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" /> <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /><!-- IF S_AUTOLOGIN_ENABLED --> <span class="gensmall">{L_LOG_ME_IN}</span> <input type="checkbox" class="radio" name="autologin" /><!-- ENDIF --> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td> </tr> </table> - + {S_LOGIN_REDIRECT} </form> <!-- ENDIF --> |
