From 3aa01807741ffad103b9f6a74d878e58f2e828e8 Mon Sep 17 00:00:00 2001 From: lolcat Date: Mon, 16 Oct 2023 02:30:43 -0400 Subject: captcha and imgur, findthatmeme, yep imagesearch --- lib/nextpage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/nextpage.php') diff --git a/lib/nextpage.php b/lib/nextpage.php index 3fab855..7516667 100644 --- a/lib/nextpage.php +++ b/lib/nextpage.php @@ -26,7 +26,7 @@ class nextpage{ apcu_store( $page . "." . $this->scraper . - (string)($key), + (string)$key, gzdeflate($salt.$iv.$out.$tag), 900 // cache information for 15 minutes blaze it ); -- cgit v1.2.3