summaryrefslogtreecommitdiff
path: root/lib/nextpage.php
diff options
context:
space:
mode:
authorlolcat <will@lolcat.ca>2023-10-16 02:30:43 -0400
committerlolcat <will@lolcat.ca>2023-10-16 02:30:43 -0400
commit3aa01807741ffad103b9f6a74d878e58f2e828e8 (patch)
treea06816e71b059d96b5e08f9d304cbc3818e85b48 /lib/nextpage.php
parentfa9dc4d6efc593b7301229c18b058d90024c939e (diff)
captcha and imgur, findthatmeme, yep imagesearch
Diffstat (limited to 'lib/nextpage.php')
-rw-r--r--lib/nextpage.php2
1 files changed, 1 insertions, 1 deletions
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
);