diff options
Diffstat (limited to 'app/install.php')
| -rw-r--r-- | app/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/install.php b/app/install.php index 286e7cc69..76183e3cc 100644 --- a/app/install.php +++ b/app/install.php @@ -396,6 +396,7 @@ function printStep1() { <noscript><p class="alert alert-warn"><span class="alert-head"><?= _t('gen.short.attention') ?></span> <?= _t('install.javascript_is_better') ?></p></noscript> <?php + $version = curl_version(); printStep1Template('php', $res['php'], [PHP_VERSION, FRESHRSS_MIN_PHP_VERSION]); printStep1Template('pdo', $res['pdo']); printStep1Template('curl', $res['curl'], [$version['version']]); |
