mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 03:01:43 +09:00
#2273 Show warning in dashboard if PHP version < 7.4
This commit is contained in:
parent
fecc9c9ffe
commit
3c1e90b5f7
3 changed files with 5 additions and 5 deletions
|
|
@ -22,7 +22,7 @@
|
|||
</div>
|
||||
|
||||
<!--// Warning about the minimum PHP version -->
|
||||
<div class="message error" cond="version_compare(PHP_VERSION, '7.2', '<')">
|
||||
<div class="message error" cond="version_compare(PHP_VERSION, '7.4', '<')">
|
||||
<p>{$lang->unsupported_php_version_notice}</p>
|
||||
<ul>
|
||||
<li>{$lang->unsupported_php_version_required}</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue