aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-06-30 22:40:34 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-08-24 22:23:38 +0200
commit56477a8f7c1421ecc01f15258f0739ce8438db32 (patch)
tree2361500844ecae27a61ce2b9e481fd79c6c059db /phpBB/styles
parentMerge pull request #5661 from Crizz0/ticket/16136 (diff)
downloadphpbb-56477a8f7c1421ecc01f15258f0739ce8438db32.tar.gz
phpbb-56477a8f7c1421ecc01f15258f0739ce8438db32.tar.bz2
phpbb-56477a8f7c1421ecc01f15258f0739ce8438db32.zip
[ticket/security/244] Add form token check to plupload
SECURTIY-244
Diffstat (limited to 'phpBB/styles')
-rw-r--r--phpBB/styles/prosilver/template/plupload.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/styles/prosilver/template/plupload.html b/phpBB/styles/prosilver/template/plupload.html
index 1eb84372e8..593070321d 100644
--- a/phpBB/styles/prosilver/template/plupload.html
+++ b/phpBB/styles/prosilver/template/plupload.html
@@ -57,6 +57,7 @@ phpbb.plupload = {
lang: {
ERROR: '{LA_ERROR}',
TOO_MANY_ATTACHMENTS: '{LA_TOO_MANY_ATTACHMENTS}',
+ FORM_INVALID: '{LA_FORM_INVALID}',
},
order: '{ATTACH_ORDER}',
maxFiles: {MAX_ATTACHMENTS},