diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-02-03 16:41:17 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-02-03 16:43:03 +0100 |
commit | dda80c29ed4177720c2117c46c1bd134ec61f812 (patch) | |
tree | ed3779471b04073a5d73887fb5f71010ba721bb8 /install.php | |
parent | 0fdfe6ad2cf73ddf52dcc67efd9805dede90a2dd (diff) |
Use php's fileinfo instead of perl to detect mimetype
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install.php b/install.php index 48291276a..62aee9341 100644 --- a/install.php +++ b/install.php @@ -32,7 +32,6 @@ $buf == "works" || $errors .= "passthru() failed\n"; // test perl deps $perldeps = array( "HTML::FromANSI", - "File::MimeInfo::Magic", "Text::Markdown" ); foreach ($perldeps as $dep) { |