aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/functions_upload.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2010-08-26 01:47:05 +0200
committerIgor Wiedler <igor@wiedler.ch>2010-09-02 17:46:50 +0200
commit09ef1dc170af05197fc70f0bc0a153e4e93b4ebc (patch)
treeead2ba187dcd426a640af11701a7e6a0bb77e203 /phpBB/includes/functions_upload.php
parentebb4a50d9ba539ea98d6af6f29adc1f25eadc4b0 (diff)
downloadforums-09ef1dc170af05197fc70f0bc0a153e4e93b4ebc.tar
forums-09ef1dc170af05197fc70f0bc0a153e4e93b4ebc.tar.gz
forums-09ef1dc170af05197fc70f0bc0a153e4e93b4ebc.tar.bz2
forums-09ef1dc170af05197fc70f0bc0a153e4e93b4ebc.tar.xz
forums-09ef1dc170af05197fc70f0bc0a153e4e93b4ebc.zip
[ticket/9394] Fix comment in functions_upload
PHPBB3-9394
Diffstat (limited to 'phpBB/includes/functions_upload.php')
-rw-r--r--phpBB/includes/functions_upload.php2
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)
{