diff options
| author | 2017-04-08 18:12:12 +0200 | |
|---|---|---|
| committer | 2017-04-08 18:12:12 +0200 | |
| commit | a542ab8fff7cd13ef54f5585f029b6c1d2244351 (patch) | |
| tree | 89da02a926af07520b02b030c5dd9fbedf515ed8 /lib/lib_install.php | |
| parent | fe494e000b37bb45ec3eb73f6ddb880fe613f64d (diff) | |
Make fileinfo extension optional
Diffstat (limited to 'lib/lib_install.php')
| -rw-r--r-- | lib/lib_install.php | 2 |
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' ); |
