mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-16 10:16:12 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user