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):