From 7b247d1e6f8e1ad5c47471c2a1d422a9fe93c2ec Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 13 Dec 2024 23:13:46 +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 ec3b5d645..b4d26aada 100755 --- a/plugins/xhprof/index.py +++ b/plugins/xhprof/index.py @@ -209,7 +209,6 @@ def getConfAppStart(): def installPreInspection(): - path = mw.getServerDir() + '/php' if not os.path.exists(path): return "先安装一个可用的PHP版本!"