| 2 | | /* |
| 3 | | | ------------------------------------------------------------------- |
| 4 | | | MIME TYPES |
| 5 | | | ------------------------------------------------------------------- |
| 6 | | | This file contains an array of mime types. It is used by the |
| 7 | | | Upload class to help identify allowed file types. |
| 8 | | */ |
| 9 | | |
| | 2 | /** |
| | 3 | * Mime Types |
| | 4 | * ------------------------------------------------------------------- |
| | 5 | * This file contains an array of mime types. Our list is generally |
| | 6 | * more complete and robust than "mime.magic" |
| | 7 | */ |