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