Fix no '$' in variable name in newsportal.php

This commit is contained in:
Retro_Guy 2021-02-06 17:05:26 -07:00
parent 673ceec47e
commit 085c6378e3
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ function fsocks4asockopen($proxyHostname, $proxyPort, $targetHostname, $targetPo
if($values["ret"] == 0x5a) return $sock; if($values["ret"] == 0x5a) return $sock;
else else
{ {
fclose(sock); fclose($sock);
return false; return false;
} }
} }