From 4204e41ed48a22d031271e23b09ebf6af779aa72 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Sun, 28 Mar 2021 16:33:20 +0800 Subject: [PATCH] modify --- HttpServer/Shutdown.php | 1 - 1 file changed, 1 deletion(-) diff --git a/HttpServer/Shutdown.php b/HttpServer/Shutdown.php index 65425939..c19fcce0 100644 --- a/HttpServer/Shutdown.php +++ b/HttpServer/Shutdown.php @@ -85,7 +85,6 @@ class Shutdown extends Component } $shell = 'ps -eo pid,cmd,state | grep %d | grep -v grep'; exec(sprintf($shell, $content), $output, $code); - var_dump(sprintf($shell, $content), $output, $code); if (empty($output)) { return false; }