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 --- images.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'images.php') diff --git a/images.php b/images.php index ff420c9..5be8de4 100644 --- a/images.php +++ b/images.php @@ -10,11 +10,11 @@ $frontend = new frontend(); $get = $frontend->parsegetfilters($_GET, $filters); -$frontend->loadheader( - $get, - $filters, - "images" -); +/* + Captcha +*/ +include "lib/captcha_gen.php"; +new captcha($frontend, $get, $filters, "images", true); $payload = [ "images" => "", -- cgit v1.2.3