改名
This commit is contained in:
@@ -134,7 +134,7 @@ trait Action
|
|||||||
if (empty($port)) {
|
if (empty($port)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
exec('netstat -tunlp tcp | grep ' . $port, $output);
|
exec('netstat -tunlp | grep ' . $port, $output);
|
||||||
if (empty($output)) {
|
if (empty($output)) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user