Update site_api.py
This commit is contained in:
parent
5291a210e6
commit
9e580ee406
|
|
@ -1571,7 +1571,7 @@ include enable-php-''' % (fix.strip().replace(',', '|'), domains.strip().replace
|
|||
|
||||
def getPhpVersion(self):
|
||||
phpVersions = ('00', '52', '53', '54', '55',
|
||||
'56', '70', '71', '72', '73', '74')
|
||||
'56', '70', '71', '72', '73', '74', '80')
|
||||
data = []
|
||||
for val in phpVersions:
|
||||
tmp = {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue