diff options
author | Igor Wiedler <igor@wiedler.ch> | 2010-08-26 01:47:05 +0200 |
---|---|---|
committer | Igor Wiedler <igor@wiedler.ch> | 2010-09-02 17:46:50 +0200 |
commit | 09ef1dc170af05197fc70f0bc0a153e4e93b4ebc (patch) | |
tree | ead2ba187dcd426a640af11701a7e6a0bb77e203 /phpBB/includes/functions_upload.php | |
parent | ebb4a50d9ba539ea98d6af6f29adc1f25eadc4b0 (diff) | |
download | forums-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.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) { |