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/prosilver/template/index_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/prosilver/template/index_body.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/index_body.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/index_body.html b/phpBB/styles/prosilver/template/index_body.html index 3ed8724361..17790eb78a 100644 --- a/phpBB/styles/prosilver/template/index_body.html +++ b/phpBB/styles/prosilver/template/index_body.html @@ -24,6 +24,7 @@ | <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" /></label> <!-- ENDIF --> <input type="submit" name="login" value="{L_LOGIN}" class="button2" /> + {S_LOGIN_REDIRECT} </fieldset> </form> <!-- ENDIF --> |
