pull/291/head
midoks 2 years ago
parent cf5f98958c
commit 9b752cf24f
  1. 3
      plugins/php/versions/phplib.conf
  2. 2
      plugins/phpmyadmin/index.py

@ -500,8 +500,7 @@
"73", "73",
"74", "74",
"80", "80",
"81", "81"
"82"
], ],
"type": "框架", "type": "框架",
"msg": "Phalcon是一个全栈PHP框架。", "msg": "Phalcon是一个全栈PHP框架。",

@ -82,9 +82,7 @@ def getHomePage():
def getPhpVer(expect=55): def getPhpVer(expect=55):
import json
v = site_api.site_api().getPhpVersion() v = site_api.site_api().getPhpVersion()
v = json.loads(v)
is_find = False is_find = False
for i in range(len(v)): for i in range(len(v)):
t = int(v[i]['version']) t = int(v[i]['version'])

Loading…
Cancel
Save