root/devel/mod/file/lib/inline_mimetypes.php
| Revision 1539, 298 bytes (checked in by renato, 1 year ago) | |
|---|---|
| |
| Line | |
|---|---|
| 1 | <?php |
| 2 | |
| 3 | // Mime-types for files that will display in the browser as opposed to download |
| 4 | |
| 5 | $data['mimetype:inline'][] = "image/jpeg"; |
| 6 | $data['mimetype:inline'][] = "image/gif"; |
| 7 | $data['mimetype:inline'][] = "image/png"; |
| 8 | $data['mimetype:inline'][] = "image/x-png"; |
| 9 | |
| 10 | ?> |
Note: See TracBrowser for help on using the browser.
