mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-04-16 04:17:12 -04:00
Add missing variable (#3427)
When refactoring the install in #3368, a variable was unwillingly removed. It's back in the code now.
This commit is contained in:
committed by
GitHub
parent
a3f07d7d5e
commit
afc30cef3d
@@ -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']]);
|
||||
|
||||
Reference in New Issue
Block a user