mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 17:44:38 +09:00
#195 XE설치시 php버전 5.3.10 이상인지 체크후 권장메세지 출력
This commit is contained in:
parent
c5c69bba4e
commit
30c5bb1971
3 changed files with 14 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
<ul>
|
||||
<li loop="$checklist => $key,$val" cond="!$val">
|
||||
{@ $isDisable = TRUE}
|
||||
<strong>{$lang->install_checklist_title[$key]}<block cond="$key == 'php_version'">(Ver. {$phpversion})</block></strong>
|
||||
<strong>{$lang->install_checklist_title[$key]}ㅇ<block cond="$key == 'php_version'">(Ver. {$phpversion})</block></strong>
|
||||
:
|
||||
<em><i class="x_icon-ban-circle x_icon-white"></i> {$lang->disable}</em>
|
||||
<p>{$lang->install_checklist_desc[$key]}</p>
|
||||
|
|
@ -21,6 +21,9 @@
|
|||
<strong>{$lang->install_checklist_title[$key]}<block cond="$key == 'php_version'">(Ver. {$phpversion})</block></strong>
|
||||
:
|
||||
<em>{$lang->enable}</em>
|
||||
<p cond="$key == 'php_version' && $phpversion_warning === true">
|
||||
{$lang->install_checklist_desc['php_version_warning']} <a href="http://php.net/eol.php" target="_blank">[{$lang->more}]</a>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue