From 640d1d1953669115dc67dfdaf86998401a9bfac4 Mon Sep 17 00:00:00 2001 From: lolcat Date: Mon, 24 Jun 2024 17:15:54 -0400 Subject: fixed nasty brave bug --- lib/backend.php | 1 + lib/fuckhtml.php | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/backend.php b/lib/backend.php index cfb04a9..7c450da 100644 --- a/lib/backend.php +++ b/lib/backend.php @@ -75,6 +75,7 @@ class backend{ break; case "socks5_hostname": + case "socks5a": curl_setopt($curlproc, CURLOPT_PROXYTYPE, CURLPROXY_SOCKS5_HOSTNAME); curl_setopt($curlproc, CURLOPT_PROXY, $address . ":" . $port); break; diff --git a/lib/fuckhtml.php b/lib/fuckhtml.php index 8b5eba5..d89a7bc 100644 --- a/lib/fuckhtml.php +++ b/lib/fuckhtml.php @@ -424,8 +424,6 @@ class fuckhtml{ $escape = false; } - $lastchar = $json[$i]; - if( $bracket === false && $is_close_bracket === false @@ -436,7 +434,6 @@ class fuckhtml{ case "[": case "{": - // dont execute whats in "default" $json_out .= $json[$i]; break; -- cgit v1.2.3