mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2026-01-22 23:42:06 +01:00
bug fix: cPanel importer
This commit is contained in:
@@ -102,6 +102,8 @@ class cPanelImporter:
|
||||
self.PHPVersion = 'PHP 7.4'
|
||||
elif self.PHPVersion.find('80') > -1:
|
||||
self.PHPVersion = 'PHP 8.0'
|
||||
elif self.PHPVersion.find('81') > -1:
|
||||
self.PHPVersion = 'PHP 8.1'
|
||||
|
||||
if self.PHPVersion == '':
|
||||
if self.InheritPHP != '':
|
||||
|
||||
Reference in New Issue
Block a user