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 --- api/v1/music.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'api/v1/music.php') diff --git a/api/v1/music.php b/api/v1/music.php index faf2d96..7512ac0 100644 --- a/api/v1/music.php +++ b/api/v1/music.php @@ -7,6 +7,13 @@ chdir("../../"); include "lib/frontend.php"; $frontend = new frontend(); +/* + Captcha +*/ +$null = null; +include "lib/captcha_gen.php"; +new captcha($null, $null, $null, $null, false); + [$scraper, $filters] = $frontend->getscraperfilters( "music", isset($_GET["scraper"]) ? $_GET["scraper"] : null -- cgit v1.2.3