From 9b752cf24f30df8694139c2927ea2291060c3531 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 4 Dec 2022 15:57:33 +0800 Subject: [PATCH] up --- plugins/php/versions/phplib.conf | 3 +-- plugins/phpmyadmin/index.py | 2 -- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/plugins/php/versions/phplib.conf b/plugins/php/versions/phplib.conf index c60848381..a07765625 100755 --- a/plugins/php/versions/phplib.conf +++ b/plugins/php/versions/phplib.conf @@ -500,8 +500,7 @@ "73", "74", "80", - "81", - "82" + "81" ], "type": "框架", "msg": "Phalcon是一个全栈PHP框架。", diff --git a/plugins/phpmyadmin/index.py b/plugins/phpmyadmin/index.py index 87fece5a2..3a6d519c6 100755 --- a/plugins/phpmyadmin/index.py +++ b/plugins/phpmyadmin/index.py @@ -82,9 +82,7 @@ def getHomePage(): def getPhpVer(expect=55): - import json v = site_api.site_api().getPhpVersion() - v = json.loads(v) is_find = False for i in range(len(v)): t = int(v[i]['version'])