From addc5a14a93547f630f23e5b6a79cffa2e37d71a Mon Sep 17 00:00:00 2001 From: lolcat Date: Sat, 17 Feb 2024 23:22:19 -0500 Subject: boobs --- videos.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'videos.php') diff --git a/videos.php b/videos.php index cf48aac..868e530 100644 --- a/videos.php +++ b/videos.php @@ -15,10 +15,11 @@ $get = $frontend->parsegetfilters($_GET, $filters); /* Captcha */ -include "lib/captcha_gen.php"; -new captcha($frontend, $get, $filters, "videos", true); +include "lib/bot_protection.php"; +new bot_protection($frontend, $get, $filters, "videos", true); $payload = [ + "timetaken" => microtime(true), "class" => "", "right-left" => "", "right-right" => "", -- cgit v1.2.3