From dda80c29ed4177720c2117c46c1bd134ec61f812 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 3 Feb 2013 16:41:17 +0100 Subject: Use php's fileinfo instead of perl to detect mimetype Signed-off-by: Florian Pritz --- install.php | 1 - 1 file changed, 1 deletion(-) (limited to 'install.php') 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) { -- cgit v1.2.3-24-g4f1b