This commit is contained in:
2020-09-07 15:22:38 +08:00
parent a4210964b1
commit 8ebc0dc87a
+1 -1
View File
@@ -134,7 +134,7 @@ trait Action
if (empty($port)) {
return false;
}
exec('netstat -tunlp tcp | grep ' . $port, $output);
exec('netstat -tunlp | grep ' . $port, $output);
if (empty($output)) {
return false;
}