diff options
Diffstat (limited to 'system/application/models/file_mod.php')
-rw-r--r-- | system/application/models/file_mod.php | 3 |
1 files changed, 2 insertions, 1 deletions
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]; |