1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

Allow wmv files

This commit is contained in:
e107steved 2009-09-28 19:07:53 +00:00
parent cfb358a332
commit 812dbfe9a9

View File

@ -12,8 +12,8 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_handlers/upload_handler.php,v $
| $Revision: 1.18 $
| $Date: 2008-10-19 11:35:00 $
| $Revision: 1.19 $
| $Date: 2009-09-28 19:07:40 $
| $Author: e107steved $
+---------------------------------------------------------------+
*/
@ -557,6 +557,7 @@ function vet_file($filename, $target_name, $allowed_filetypes = '', $unknown = F
case 'rar' :
case '7z' :
case 'csv' :
case 'wmv' :
break; // Just accept these
case 'php' :