From 8125f9f12b656d37a2258dad940bd0be7453584f Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 5 Oct 2010 19:36:24 +0200 Subject: fix .as filetype Signed-off-by: Florian Pritz --- system/application/models/file_mod.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/application') diff --git a/system/application/models/file_mod.php b/system/application/models/file_mod.php index b9b534065..91cf1d8e0 100644 --- a/system/application/models/file_mod.php +++ b/system/application/models/file_mod.php @@ -351,7 +351,8 @@ class File_mod extends Model { 'application/x-shellscript' => 'bash', 'application/x-x509-ca-cert' => 'text', 'application/mbox' => 'email', - 'application/x-genesis-rom' => 'text' + 'application/x-genesis-rom' => 'text', + 'application/x-applix-spreadsheet' => 'actionscript' ); if (array_key_exists($type, $typearray)) return $typearray[$type]; -- cgit v1.2.3-24-g4f1b