diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2010-09-12 13:00:06 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2010-09-12 13:00:06 +0200 |
| commit | 26c31704cc4a34cc5297c1b89c71388518c81ab1 (patch) | |
| tree | 98005b112b2df5eba9e2ef25199cf2c0210c756b | |
| parent | b89a4cd8d448c70046adc148ce7904873f666c3a (diff) | |
| parent | 09ef1dc170af05197fc70f0bc0a153e4e93b4ebc (diff) | |
| download | forums-26c31704cc4a34cc5297c1b89c71388518c81ab1.tar forums-26c31704cc4a34cc5297c1b89c71388518c81ab1.tar.gz forums-26c31704cc4a34cc5297c1b89c71388518c81ab1.tar.bz2 forums-26c31704cc4a34cc5297c1b89c71388518c81ab1.tar.xz forums-26c31704cc4a34cc5297c1b89c71388518c81ab1.zip | |
Merge branch 'ticket/evil3/9394' into develop
* ticket/evil3/9394:
[ticket/9394] Fix comment in functions_upload
| -rw-r--r-- | phpBB/includes/functions_upload.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_upload.php b/phpBB/includes/functions_upload.php index 7f09cc1640..fbf57026e4 100644 --- a/phpBB/includes/functions_upload.php +++ b/phpBB/includes/functions_upload.php @@ -976,7 +976,7 @@ class fileupload /** - * Check for allowed extension + * Check for bad content (IE mime-sniffing) */ function valid_content(&$file) { |
