aboutsummaryrefslogtreecommitdiff
path: root/app/install.php
diff options
context:
space:
mode:
authorGravatar Alexis Degrugillier <aledeg@users.noreply.github.com> 2020-12-28 18:12:17 -0500
committerGravatar GitHub <noreply@github.com> 2020-12-29 00:12:17 +0100
commit618cbaf0cee04092c5eb33ff818decac2c8e80b7 (patch)
tree357e6d59f35e07be523abcec328ac587c7ed7dd1 /app/install.php
parent3f4c86f80f7cf7fd0ba9260d46eafc55d46fe9af (diff)
Remove Minz validation during install. (#3302)
As FRSS always comes with Minz, there is no need to validate that it is there during install. If it turns out we need to validate that, we might need to validate other libraries as well.
Diffstat (limited to 'app/install.php')
-rw-r--r--app/install.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/install.php b/app/install.php
index 37ce5b0f6..fc296b405 100644
--- a/app/install.php
+++ b/app/install.php
@@ -384,12 +384,6 @@ function printStep1() {
<p class="alert alert-error"><span class="alert-head"><?= _t('gen.short.damn') ?></span> <?= _t('install.check.php.nok', PHP_VERSION, '5.6.0') ?></p>
<?php } ?>
- <?php if ($res['minz'] == 'ok') { ?>
- <p class="alert alert-success"><span class="alert-head"><?= _t('gen.short.ok') ?></span> <?= _t('install.check.minz.ok') ?></p>
- <?php } else { ?>
- <p class="alert alert-error"><span class="alert-head"><?= _t('gen.short.damn') ?></span> <?= _t('install.check.minz.nok', join_path(LIB_PATH, 'Minz')) ?></p>
- <?php } ?>
-
<?php if ($res['pdo'] == 'ok') { ?>
<p class="alert alert-success"><span class="alert-head"><?= _t('gen.short.ok') ?></span> <?= _t('install.check.pdo.ok') ?></p>
<?php } else { ?>