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", "zip" => "application/x-zip",
// others: // others:
'bin' => 'application/octet-stream', 'bin' => 'application/octet-stream',
// Web Archives:
"warc" => "application/warc",
); );
protected $protectedFileExtensions; protected $protectedFileExtensions;
protected $extensionExceptions = array( protected $extensionExceptions = array(

Loading…
Cancel
Save