summaryrefslogtreecommitdiff
path: root/images.php
diff options
context:
space:
mode:
Diffstat (limited to 'images.php')
-rw-r--r--images.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/images.php b/images.php
index d9dbecf..3c4df15 100644
--- a/images.php
+++ b/images.php
@@ -15,10 +15,11 @@ $get = $frontend->parsegetfilters($_GET, $filters);
/*
Captcha
*/
-include "lib/captcha_gen.php";
-new captcha($frontend, $get, $filters, "images", true);
+include "lib/bot_protection.php";
+new bot_protection($frontend, $get, $filters, "images", true);
$payload = [
+ "timetaken" => microtime(true),
"images" => "",
"nextpage" => ""
];