diff options
| author | 2017-04-08 18:12:12 +0200 | |
|---|---|---|
| committer | 2017-04-08 18:12:12 +0200 | |
| commit | a542ab8fff7cd13ef54f5585f029b6c1d2244351 (patch) | |
| tree | 89da02a926af07520b02b030c5dd9fbedf515ed8 /app/install.php | |
| parent | fe494e000b37bb45ec3eb73f6ddb880fe613f64d (diff) | |
Make fileinfo extension optional
Diffstat (limited to 'app/install.php')
| -rw-r--r-- | app/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/install.php b/app/install.php index f598f6528..ebfffa47d 100644 --- a/app/install.php +++ b/app/install.php @@ -465,7 +465,7 @@ function printStep1() { <?php if ($res['fileinfo'] == 'ok') { ?> <p class="alert alert-success"><span class="alert-head"><?php echo _t('gen.short.ok'); ?></span> <?php echo _t('install.check.fileinfo.ok'); ?></p> <?php } else { ?> - <p class="alert alert-error"><span class="alert-head"><?php echo _t('gen.short.damn'); ?></span> <?php echo _t('install.check.fileinfo.nok'); ?></p> + <p class="alert alert-warn"><span class="alert-head"><?php echo _t('gen.short.damn'); ?></span> <?php echo _t('install.check.fileinfo.nok'); ?></p> <?php } ?> <?php if ($res['data'] == 'ok') { ?> |
