From f81d598fcf27dab3a8d053a017a69f0f94464a3e Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 10 Oct 2022 21:13:44 +0800 Subject: [PATCH] Update index.py --- plugins/php-apt/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php-apt/index.py b/plugins/php-apt/index.py index a5377be6f..555d6629c 100755 --- a/plugins/php-apt/index.py +++ b/plugins/php-apt/index.py @@ -617,7 +617,7 @@ def setSessionConf(version): def getSessionCount_Origin(version): session_tmp = getServerDir() + "/tmp/session" - d = [session_tmp] + d = ["/tmp", session_tmp] count = 0 for i in d: if not os.path.exists(i):