Fix no '$' in variable name in newsportal.php
This commit is contained in:
parent
673ceec47e
commit
085c6378e3
|
@ -147,7 +147,7 @@ function fsocks4asockopen($proxyHostname, $proxyPort, $targetHostname, $targetPo
|
|||
if($values["ret"] == 0x5a) return $sock;
|
||||
else
|
||||
{
|
||||
fclose(sock);
|
||||
fclose($sock);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue