From f83538b687601db6ce299730f3caa5e319a6b338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 6 Jul 2021 16:31:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HttpServer/Shutdown.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/HttpServer/Shutdown.php b/HttpServer/Shutdown.php index 18f57811..6088eabb 100644 --- a/HttpServer/Shutdown.php +++ b/HttpServer/Shutdown.php @@ -140,6 +140,8 @@ class Shutdown extends Component continue; } $values[] = intval($_value); + + @unlink($value->getRealPath()); } return $values; }