Merge pull request #349 from usmannasir/whattheserver-patch-2

Update cPanelImporter.py
This commit is contained in:
Usman Nasir
2020-05-24 11:08:33 +05:00
committed by GitHub

View File

@@ -71,7 +71,9 @@ class cPanelImporter:
self.PHPVersion = 'PHP 7.2'
elif self.PHPVersion.find('73') > -1:
self.PHPVersion = 'PHP 7.3'
elif self.PHPVersion.find('74') > -1:
self.PHPVersion = 'PHP 7.4'
if self.PHPVersion == '':
self.PHPVersion = 'PHP 7.1'