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; }