mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
Show warning if PHP version is less than 7.2
This commit is contained in:
parent
cf01c51c0e
commit
3b48a0e2ce
3 changed files with 14 additions and 0 deletions
|
|
@ -18,6 +18,14 @@
|
|||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
|
||||
<div class="message error" cond="version_compare(PHP_VERSION, '7.2', '<')">
|
||||
<p>{$lang->unsupported_php_version_notice}</p>
|
||||
<ul>
|
||||
<li>{$lang->unsupported_php_version_required}</li>
|
||||
<li>{sprintf($lang->unsupported_php_version_current, PHP_VERSION)}</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="message error" cond="config('lock.locked')">
|
||||
<h2>{$lang->sitelock_in_use}</h2>
|
||||
<p>{$lang->about_sitelock_in_use} <a href="{getUrl(['module' => 'admin', 'act' => 'dispAdminConfigSitelock'])}">{$lang->cmd_configure}</a></p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue