#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

@ -425,8 +425,8 @@ $lang->module_exists_in_wrong_path = 'Module(s) installed in incorrect path';
$lang->about_module_exists_in_wrong_path = 'The following module(s) appear to be installed in incorrect directories.<br />Please ignore this message if you have intentionally renamed a module for testing or debugging purposes.';
$lang->apcu_clear_cache_function_not_found = 'apcu is disabled on this server.';
$lang->opcache_reset_function_not_found = 'opcache is disabled on this server.';
$lang->unsupported_php_version_notice = 'The minimum PHP version for using Rhymix will change in 2023. Please upgrade your PHP version, and check if all the modules and widgets you added are compatible with the new version.';
$lang->unsupported_php_version_required = 'Requirement: minimum PHP 7.2 or higher, recommended PHP 7.4 or higher';
$lang->unsupported_php_version_notice = 'The minimum PHP version for using Rhymix will change in late 2024. Please upgrade your PHP version, and check if all the modules and widgets you added are compatible with the new version.';
$lang->unsupported_php_version_required = 'Requirement: PHP 7.4 or higher';
$lang->unsupported_php_version_current = 'Your version: PHP %s';
$lang->admin_cleanup_unnecessary_core_files = 'Clean up unnecessary core files';
$lang->about_cleanup_unnecessary_core_files = 'Your site map contain unnecessary files from older versions of Rhymix or XE.<br>This feature will help you clean them up.<br>All of the following files and directories are safe to delete if you have updated to the current version in the normal way.';