bug fix: cPanel importer

This commit is contained in:
usman@cyberpersons.com
2022-12-13 19:23:34 +05:00
parent 8697f5dbc0
commit bb6d095a53

View File

@@ -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 != '':