#2273 Show warning in dashboard if PHP version < 7.4

This commit is contained in:
Kijin Sung 2024-01-21 23:08:54 +09:00
parent fecc9c9ffe
commit 3c1e90b5f7
3 changed files with 5 additions and 5 deletions

View file

@ -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>