diff options
| author | 2016-11-20 16:52:07 +0100 | |
|---|---|---|
| committer | 2016-11-20 16:52:07 +0100 | |
| commit | b28b6a4bf273253d1bb57b99a80fa7ae77a48397 (patch) | |
| tree | fdee3b12781b46cdf132b8fb74bf2e9aedd3cf91 /app/i18n/en/install.php | |
| parent | b07a05dc79d314b65cb7f55c1e3788ac00b27f88 (diff) | |
extension_loaded fileinfo
https://github.com/FreshRSS/FreshRSS/issues/1375
Diffstat (limited to 'app/i18n/en/install.php')
| -rw-r--r-- | app/i18n/en/install.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/en/install.php b/app/i18n/en/install.php index 63d31fe53..40fff37dd 100644 --- a/app/i18n/en/install.php +++ b/app/i18n/en/install.php @@ -56,6 +56,10 @@ return array( 'nok' => 'Check permissions on <em>./data/favicons</em> directory. HTTP server must have rights to write into', 'ok' => 'Permissions on favicons directory are good.', ), + 'fileinfo' => array( + 'nok' => 'Cannot find the PHP fileinfo library (fileinfo package).', + 'ok' => 'You have the fileinfo library.', + ), 'http_referer' => array( 'nok' => 'Please check that you are not altering your HTTP REFERER.', 'ok' => 'Your HTTP REFERER is known and corresponds to your server.', |
