mirror of
https://github.com/ShaYmez/ezservermonitor-web.git
synced 2024-11-15 21:01:46 -05:00
Closing tcp connection #34
This commit is contained in:
parent
3f2f0db10c
commit
f50db37e12
@ -172,9 +172,15 @@ class Misc
|
||||
$handle = @fsockopen($host, $port, $errno, $errstr, $timeout);
|
||||
|
||||
if ($handle)
|
||||
{
|
||||
fclose($handle);
|
||||
return true;
|
||||
}
|
||||
else
|
||||
{
|
||||
fclose($handle);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
elseif ($protocol == 'udp')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user