From 1b0044e28a3ebb98a1f23d8e79187c54fded9cc3 Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 4 Dec 2022 15:58:04 +0800 Subject: [PATCH] Update index.py --- plugins/xhprof/index.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/xhprof/index.py b/plugins/xhprof/index.py index 321fc9a63..40711dd8f 100755 --- a/plugins/xhprof/index.py +++ b/plugins/xhprof/index.py @@ -71,7 +71,6 @@ def getHomePage(): def getPhpVer(expect=56): import json v = site_api.site_api().getPhpVersion() - v = json.loads(v) for i in range(len(v)): t = int(v[i]['version']) if (t >= expect):