1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

Merge branch 'ticket/evil3/9394' into develop

* ticket/evil3/9394:
  [ticket/9394] Fix comment in functions_upload
This commit is contained in:
Andreas Fischer
2010-09-12 13:00:06 +02:00

View File

@@ -976,7 +976,7 @@ class fileupload
/** /**
* Check for allowed extension * Check for bad content (IE mime-sniffing)
*/ */
function valid_content(&$file) function valid_content(&$file)
{ {