@ -89,7 +89,8 @@ def getHomePage():
def getPhpVer(expect=55):
v = MwSites.instance().getPhpVersion()
php_vers = MwSites.instance().getPhpVersion()
v = php_ver[0]
is_find = False
for i in range(len(v)):
t = str(v[i]['version'])