summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-02-02 18:50:44 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-02-02 18:50:44 +0000
commitffc3d57e46272e0349a67241e1adbed4d4a1c348 (patch)
treee989fa4f00e59f698cd4a52bbc7456a7081cde98
parentTwo fixes for the group permissions ACP... (diff)
downloadphpbb-ffc3d57e46272e0349a67241e1adbed4d4a1c348.tar.gz
phpbb-ffc3d57e46272e0349a67241e1adbed4d4a1c348.tar.bz2
phpbb-ffc3d57e46272e0349a67241e1adbed4d4a1c348.zip
changelog addition
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@8371 89ea8834-ac86-4346-8a33-228a782c2dd0
-rw-r--r--phpBB/admin/admin_ug_auth.php2
-rw-r--r--phpBB/docs/CHANGELOG.html1
2 files changed, 2 insertions, 1 deletions
diff --git a/phpBB/admin/admin_ug_auth.php b/phpBB/admin/admin_ug_auth.php
index d41f27d18c..3043bc60a4 100644
--- a/phpBB/admin/admin_ug_auth.php
+++ b/phpBB/admin/admin_ug_auth.php
@@ -1031,4 +1031,4 @@ $template->pparse('body');
include('./page_footer_admin.'.$phpEx);
-?>
+?> \ No newline at end of file
diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html
index e236ac86e5..db9a1349d5 100644
--- a/phpBB/docs/CHANGELOG.html
+++ b/phpBB/docs/CHANGELOG.html
@@ -82,6 +82,7 @@ p,ul,td {font-size:10pt;}
<li>[Fix] Do not allow soft hyphen \xAD in usernames (reported by Bander00)</li>
<li>[Fix] Fixed the group permission system's use of array access</li>
<li>[Fix] Simple group permissions now work properly</li>
+<li>[Sec] Fix possible XSRF Vulnerability in private messaging and groups handling</li>
</ul>
<a name="2021"></a><h3 class="h3">l.ii. Changes since 2.0.21</h3>