diff options
author | Robin Millette <millette@controlyourself.ca> | 2009-06-09 15:18:12 -0400 |
---|---|---|
committer | Robin Millette <millette@controlyourself.ca> | 2009-06-09 15:18:12 -0400 |
commit | 27af3c67a2a9ea856aa2de041a986d452cce3025 (patch) | |
tree | 2d4a6c93e33ec0fb32b572e26323352356aa13d5 /lib/common.php | |
parent | fe38827a76520e4a910f9e988b11d0914872d44e (diff) |
Improve file upload and attachment interface.
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.php b/lib/common.php index ceb50337c..5aafdfe0e 100644 --- a/lib/common.php +++ b/lib/common.php @@ -188,6 +188,7 @@ $config = 'application/vnd.oasis.opendocument.formula-template', 'application/vnd.oasis.opendocument.text-master', 'application/vnd.oasis.opendocument.text-web', + 'application/x-zip', 'application/zip', 'text/plain', 'video/mpeg', |