Browse Source

I suppose we should have warc in here if we have a web archive solution pack.

pull/523/head
nruest 11 years ago
parent
commit
2a127bb153
  1. 2
      includes/mime_detect.inc

2
includes/mime_detect.inc

@ -225,6 +225,8 @@ class MimeDetect {
"zip" => "application/x-zip",
// others:
'bin' => 'application/octet-stream',
// Web Archives:
"warc" => "application/warc",
);
protected $protectedFileExtensions;
protected $extensionExceptions = array(

Loading…
Cancel
Save