From 33184d4a01f4b95fd7f319d11cd4b71a765885b9 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Thu, 1 Apr 2010 03:05:17 +0200 Subject: mimetype: add --orig-name and use it Signed-off-by: Florian Pritz --- system/application/models/file_mod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/application') diff --git a/system/application/models/file_mod.php b/system/application/models/file_mod.php index bc7168e27..41959a5d2 100644 --- a/system/application/models/file_mod.php +++ b/system/application/models/file_mod.php @@ -153,7 +153,7 @@ class File_mod extends Model { } // MODIFIED SINCE SUPPORT -- END - $type = exec('/usr/bin/perlbin/vendor/mimetype -b '.escapeshellarg($file)); + $type = exec(FCPATH.'scripts/mimetype -b --orig-name '.escapeshellarg($filedata['filename']).' '.escapeshellarg($file)); if (!$mode && substr_count(ltrim($this->uri->uri_string(), "/"), '/') >= 1) { $mode = $this->mime2extension($type); -- cgit v1.2.3-24-g4f1b