mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +09:00
Add curl, json, and openssl to list of required extensions
This commit is contained in:
parent
ca9d10ac21
commit
c763bf2a93
4 changed files with 147 additions and 78 deletions
|
|
@ -16,9 +16,12 @@
|
|||
:
|
||||
<em cond="$val" class="ok">{$lang->enable} <block cond="$key == 'php_version'">({$phpversion})</block></em>
|
||||
<em cond="!$val" class="error">{$lang->disable} <block cond="$key == 'php_version'">({$phpversion})</block></em>
|
||||
<p cond="$key == 'php_version' && $phpversion_warning === true">
|
||||
<p cond="$key === 'php_version' && $phpversion_warning === true">
|
||||
{sprintf($lang->install_checklist_desc['php_version_warning'], __XE_RECOMMEND_PHP_VERSION__)} <a href="https://secure.php.net/supported-versions.php" target="_blank">[{$lang->more}]</a>
|
||||
</p>
|
||||
<p cond="$key !== 'php_version' && !$val && isset($lang->install_checklist_desc[$key])">
|
||||
{$lang->install_checklist_desc[$key]}
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue