diff options
| author | 2017-04-09 08:58:41 +0200 | |
|---|---|---|
| committer | 2017-04-09 08:58:41 +0200 | |
| commit | c5e9fee5a7700b3ba8fae4e1c454e8fd46606d8b (patch) | |
| tree | 89da02a926af07520b02b030c5dd9fbedf515ed8 /lib/lib_install.php | |
| parent | 8af3c9841e7040b91282f24cdccc0e215c52ceef (diff) | |
| parent | a542ab8fff7cd13ef54f5585f029b6c1d2244351 (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.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' ); |
