diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-10-14 19:12:32 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-10-14 19:12:32 +0000 |
commit | d33e6b8260be09ec5f9ffc935790bce39925b232 (patch) | |
tree | 28152826dbefa5403a0124a4c707820afe0bdab7 /phpBB | |
parent | 1f8dec8c691c43b8fea7627527b894007942055d (diff) | |
download | forums-d33e6b8260be09ec5f9ffc935790bce39925b232.tar forums-d33e6b8260be09ec5f9ffc935790bce39925b232.tar.gz forums-d33e6b8260be09ec5f9ffc935790bce39925b232.tar.bz2 forums-d33e6b8260be09ec5f9ffc935790bce39925b232.tar.xz forums-d33e6b8260be09ec5f9ffc935790bce39925b232.zip |
#14755
git-svn-id: file:///svn/phpbb/trunk@8187 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/adm/style/acp_ban.html | 3 | ||||
-rw-r--r-- | phpBB/docs/CHANGELOG.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/phpBB/adm/style/acp_ban.html b/phpBB/adm/style/acp_ban.html index 8dd771f7fa..d8638f5bcd 100644 --- a/phpBB/adm/style/acp_ban.html +++ b/phpBB/adm/style/acp_ban.html @@ -73,7 +73,7 @@ </p> </fieldset> - +{S_FORM_TOKEN} </form> <br /><br /> @@ -117,6 +117,7 @@ </fieldset> <!-- ENDIF --> +{S_FORM_TOKEN} </form> diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index 8253a35291..51001d68da 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -83,7 +83,7 @@ <ul> <li>[Fix] Submitting language changes using acp_language (Bug #14736)</li> <li>[Fix] Fixed wrong bbcode handling for forum rules, forum descriptions and group descriptions</li> - <li>[Fix] Fixed faulty form token for acp_ranks (Bug #14725)</li> + <li>[Fix] Fixed faulty form tokens (Bug #14725 and #14755)</li> <li>[Fix] Fixed bbcode uid generation in the phpBB2 converter (Bug #14722)</li> <li>[Fix] Able to request new password (Bug #14743)</li> |