Update version requirements and enhance upgrade script output: Changed minimum version requirement from 1.9.4 to 2.3.4 in upgrade scripts, improved recovery log messages, and added detailed success and warning messages for the upgrade process. Enhanced user interface elements in the HTML template for better readability.

This commit is contained in:
Master3395
2025-09-23 20:07:30 +02:00
parent 685a464ca5
commit cd38d6eb29
4 changed files with 129 additions and 32 deletions

View File

@@ -4610,7 +4610,7 @@ slowlog = /var/log/php{version}-fpm-slow.log
php_binary = f'/usr/local/lsws/lsphp{version}/bin/lsphp'
if os.path.exists(php_binary):
command = f'cp {php_binary} {phpPath}'
Upgrade.executioner(command, 0)
Upgrade.executioner(command, 0)
Upgrade.stdOut(f"Using PHP {version} for LSCPD", 1)
php_binary_found = True
break