aboutsummaryrefslogtreecommitdiff
path: root/lib/lib_install.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2017-04-09 08:58:41 +0200
committerGravatar GitHub <noreply@github.com> 2017-04-09 08:58:41 +0200
commitc5e9fee5a7700b3ba8fae4e1c454e8fd46606d8b (patch)
tree89da02a926af07520b02b030c5dd9fbedf515ed8 /lib/lib_install.php
parent8af3c9841e7040b91282f24cdccc0e215c52ceef (diff)
parenta542ab8fff7cd13ef54f5585f029b6c1d2244351 (diff)
Merge pull request #1491 from Alkarex/check_fileinfo
Check for fileinfo
Diffstat (limited to 'lib/lib_install.php')
-rw-r--r--lib/lib_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_install.php b/lib/lib_install.php
index 76871c98a..c625a670a 100644
--- a/lib/lib_install.php
+++ b/lib/lib_install.php
@@ -67,7 +67,7 @@ function checkRequirements($dbType = '') {
'favicons' => $favicons ? 'ok' : 'ko',
'http_referer' => $http_referer ? 'ok' : 'ko',
'message' => $message ?: 'ok',
- 'all' => $php && $minz && $curl && $pdo && $pcre && $ctype && $fileinfo && $dom && $xml &&
+ 'all' => $php && $minz && $curl && $pdo && $pcre && $ctype && $dom && $xml &&
$data && $cache && $users && $favicons && $http_referer && $message == '' ?
'ok' : 'ko'
);