Update index.py

pull/678/head
Mr Chen 4 months ago
parent c736a04b4f
commit f6b61c935e
  1. 3
      plugins/phpmyadmin/index.py

@ -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'])

Loading…
Cancel
Save