summaryrefslogtreecommitdiff
path: root/api/v1/web.php
diff options
context:
space:
mode:
Diffstat (limited to 'api/v1/web.php')
-rw-r--r--api/v1/web.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/v1/web.php b/api/v1/web.php
index 156e53e..df5cec1 100644
--- a/api/v1/web.php
+++ b/api/v1/web.php
@@ -16,9 +16,9 @@ $frontend = new frontend();
/*
Captcha
*/
-include "lib/captcha_gen.php";
+include "lib/bot_protection.php";
$null = null;
-new captcha($null, $null, $null, "web", false);
+new bot_protection($null, $null, $null, "web", false);
[$scraper, $filters] = $frontend->getscraperfilters(
"web",