summaryrefslogtreecommitdiff
path: root/videos.php
diff options
context:
space:
mode:
Diffstat (limited to 'videos.php')
-rw-r--r--videos.php5
1 files changed, 3 insertions, 2 deletions
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" => "",