From 085c6378e3bd2a51874f80c4fe4b0e1a5343d5d9 Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Sat, 6 Feb 2021 17:05:26 -0700 Subject: [PATCH] Fix no '$' in variable name in newsportal.php --- Rocksolid_Light/rocksolid/newsportal.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }