diff options
author | lolcat <will@lolcat.ca> | 2023-10-16 02:30:43 -0400 |
---|---|---|
committer | lolcat <will@lolcat.ca> | 2023-10-16 02:30:43 -0400 |
commit | 3aa01807741ffad103b9f6a74d878e58f2e828e8 (patch) | |
tree | a06816e71b059d96b5e08f9d304cbc3818e85b48 /api/v1/images.php | |
parent | fa9dc4d6efc593b7301229c18b058d90024c939e (diff) |
captcha and imgur, findthatmeme, yep imagesearch
Diffstat (limited to 'api/v1/images.php')
-rw-r--r-- | api/v1/images.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/api/v1/images.php b/api/v1/images.php index 694658e..474e2dd 100644 --- a/api/v1/images.php +++ b/api/v1/images.php @@ -7,6 +7,12 @@ chdir("../../"); include "lib/frontend.php"; $frontend = new frontend(); +/* + Captcha +*/ +include "lib/captcha_gen.php"; +new captcha($frontend, false); + [$scraper, $filters] = $frontend->getscraperfilters( "images", isset($_GET["scraper"]) ? $_GET["scraper"] : null |