diff options
author | Peter Karunyu <pkarunyu@gmail.com> | 2020-02-15 18:09:48 +0100 |
---|---|---|
committer | Peter Karunyu <pkarunyu@gmail.com> | 2020-02-15 18:09:48 +0100 |
commit | 53c6c92dc73d2729c136a8868b0c16921240ba2a (patch) | |
tree | 22980180f762d33ce05754bc87e8ff9d186e177d /application/config/mimes.php | |
parent | 2ad24af488da7dc518684cc146914b2937749031 (diff) |
Fixed double spacing.
Diffstat (limited to 'application/config/mimes.php')
-rw-r--r-- | application/config/mimes.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/application/config/mimes.php b/application/config/mimes.php index 7aa5c9e4e..88a621a19 100644 --- a/application/config/mimes.php +++ b/application/config/mimes.php @@ -5,7 +5,7 @@ defined('BASEPATH') OR exit('No direct script access allowed'); | ------------------------------------------------------------------- | MIME TYPES | ------------------------------------------------------------------- -| This file contains an array of mime types. It is used by the +| This file contains an array of mime types. It is used by the | Upload class to help identify allowed file types. | */ @@ -85,7 +85,7 @@ return array( 'jpm' => array('image/jp2', 'video/mj2', 'image/jpx', 'image/jpm'), 'mj2' => array('image/jp2', 'video/mj2', 'image/jpx', 'image/jpm'), 'mjp2' => array('image/jp2', 'video/mj2', 'image/jpx', 'image/jpm'), - 'png' => array('image/png', 'image/x-png'), + 'png' => array('image/png', 'image/x-png'), 'tiff' => 'image/tiff', 'tif' => 'image/tiff', 'css' => array('text/css', 'text/plain'), |