diff --git a/Rocksolid_Light/rocksolid/newsportal.php b/Rocksolid_Light/rocksolid/newsportal.php index c45e292..dae530e 100644 --- a/Rocksolid_Light/rocksolid/newsportal.php +++ b/Rocksolid_Light/rocksolid/newsportal.php @@ -147,7 +147,7 @@ function fsocks4asockopen($proxyHostname, $proxyPort, $targetHostname, $targetPo if($values["ret"] == 0x5a) return $sock; else { - fclose(sock); + fclose($sock); return false; } }